Eliminated a solaris warning
This commit is contained in:
parent
e8553ed1f5
commit
7b1746c781
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ namespace Cantera {
|
|||
|
||||
doublereal Transport::err(string msg) const {
|
||||
throw NotImplemented(msg);
|
||||
return 0.0;
|
||||
//return 0.0;
|
||||
}
|
||||
|
||||
//////////////////// class TransportFactory methods //////////////
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue