Addes std:: modifiers
This commit is contained in:
parent
9c4b02c455
commit
9d61a69886
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ namespace Cantera {
|
|||
void setMaxOrder(int n);
|
||||
void setInitialIntStepSize(doublereal h0);
|
||||
void estimateInitial_Y_given_Yp();
|
||||
void estimateInitial_YaYp_given_Yd(const vector<int>& vartypes);
|
||||
void estimateInitial_YaYp_given_Yd(const std::vector<int>& vartypes);
|
||||
void sizeRwork();
|
||||
void sizeIwork();
|
||||
int integrate(doublereal tout);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue