overloaded setupGrid in boundary1D to do nothing. Without this, Domain1D::setupGrid would be called for connector domains.
This commit is contained in:
parent
e1abea2019
commit
cfad5d0430
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ namespace Cantera {
|
|||
writelog("Bdry1D::_getInitialSoln called!\n");
|
||||
}
|
||||
|
||||
virtual void setupGrid(int n, const doublereal* z) {}
|
||||
|
||||
protected:
|
||||
|
||||
void _init(int n);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue