getFloat() interface changes
This commit is contained in:
parent
ff61654c6c
commit
a862e1b54a
1 changed files with 2 additions and 2 deletions
|
|
@ -306,7 +306,7 @@ public:
|
|||
/*
|
||||
* We parse the children for the A, b, and E conponents.
|
||||
*/
|
||||
A = getFloat(node, "A", "-");
|
||||
A = getFloat(node, "A", "toSI");
|
||||
b = getFloat(node, "b");
|
||||
E = getFloat(node, "E", "actEnergy");
|
||||
E /= GasConstant;
|
||||
|
|
@ -397,7 +397,7 @@ public:
|
|||
}
|
||||
|
||||
doublereal cbar = sqrt(8.0*GasConstant/(Pi*ispMW));
|
||||
A = 0.25 * getFloat(node, "A", "-") * cbar * f;
|
||||
A = 0.25 * getFloat(node, "A", "toSI") * cbar * f;
|
||||
b = getFloat(node, "b") + 0.5;
|
||||
E = getFloat(node, "E", "actEnergy");
|
||||
E /= GasConstant;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue