simplifying i-o for chemistry models + thermo

This commit is contained in:
andy
2009-06-12 13:28:02 +01:00
parent 5116bfe732
commit 0929b48698
25 changed files with 320 additions and 67 deletions

View File

@ -113,7 +113,7 @@ int main(int argc, char *argv[])
turbulence->correct();
rho = thermo->rho();
rho = thermo.rho();
runTime.write();