Skip to content

Commit

Permalink
[Samples] Remove verbose output from demo F77 wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed May 20, 2018
1 parent 84acdb1 commit 172e9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/f77/demo_ftnlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ extern "C" {
}
try {
delete _trans;
_trans = newTransportMgr(trmodel,_gas,1);
_trans = newTransportMgr(trmodel,_gas,0);
} catch (CanteraError& err) {
_trans = newTransportMgr("",_gas,1);
_trans = newTransportMgr("",_gas,0);
}
}

Expand Down

0 comments on commit 172e9ff

Please sign in to comment.