[Samples] Remove verbose output from demo F77 wrapper

This commit is contained in:
Ray Speth 2018-05-14 22:01:55 -04:00
parent 84acdb1a30
commit 172e9ffead

View file

@ -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);
}
}