BUG: solveSolid: thermo never updated

This commit is contained in:
mattijs
2012-02-07 10:22:16 +00:00
parent f615ba2ab6
commit 18e2c53007
2 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,5 @@
Info<< "Min/max T:" << min(T).value() << ' ' << max(T).value() << endl;
}
thermo.correct();

View File

@ -12,3 +12,5 @@
Info<< "Min/max T:" << min(T).value() << ' '
<< max(T).value() << endl;
}
thermo.correct();