Fixed an error due to the last commt
This commit is contained in:
parent
0495a00c88
commit
59ee40d20e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue