Remove unimplemented method MultiPhaseEquil::printInfo
This commit is contained in:
parent
38b5434fc4
commit
959cbb7d7a
2 changed files with 0 additions and 3 deletions
|
|
@ -67,8 +67,6 @@ public:
|
|||
std::string reactionString(size_t j) {
|
||||
return std::string("");
|
||||
}
|
||||
void printInfo(int loglevel) {}
|
||||
|
||||
void setInitialMixMoles(int loglevel = 0) {
|
||||
setInitialMoles(loglevel);
|
||||
finish();
|
||||
|
|
|
|||
|
|
@ -547,7 +547,6 @@ doublereal MultiPhaseEquil::stepComposition(int loglevel)
|
|||
}
|
||||
step(omega, m_work);
|
||||
}
|
||||
printInfo(loglevel);
|
||||
return omega;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue