Changed a getMassFractions() call from 2 args to 1 arg. The old
method had been taken out of State.h. And, this file had not been subsequently updated.
This commit is contained in:
parent
33128a29bf
commit
219caa1e98
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ extern "C" {
|
|||
|
||||
integer DLL_EXPORT phase_getmassfractions_(integer* n, doublereal* y) {
|
||||
ThermoPhase* p = _fph(n);
|
||||
p->getMassFractions(p->nSpecies(), y);
|
||||
p->getMassFractions(y);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue