Eliminated a solaris warning

This commit is contained in:
Harry Moffat 2008-01-07 23:00:18 +00:00
parent e8553ed1f5
commit 7b1746c781

View file

@ -108,7 +108,7 @@ namespace Cantera {
doublereal Transport::err(string msg) const {
throw NotImplemented(msg);
return 0.0;
//return 0.0;
}
//////////////////// class TransportFactory methods //////////////