[Samples] Remove verbose output from demo F77 wrapper
This commit is contained in:
parent
84acdb1a30
commit
172e9ffead
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue