Fixed an error due to the last commt

This commit is contained in:
Harry Moffat 2009-01-10 18:30:28 +00:00
parent 0495a00c88
commit 59ee40d20e

View file

@ -408,7 +408,7 @@ namespace Cantera {
doublereal strSItoDbl(const std::string& strSI) {
std::vector<std::string> v;
ctml::getStringArray(strSI, v);
tokenizeString(strSI, v);
doublereal fp = 1.0;
int n = v.size();
if (n > 2 || n < 1) {