mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Minimum changes to compile everything with gcc-4.3.0
This commit is contained in:
Binary file not shown.
@ -58,7 +58,7 @@ int main(int argc, char *argv[])
|
||||
<< "reactions" << cr.reactions() << ';' << endl;
|
||||
|
||||
OFstream thermoFile(FOAMThermodynamicsFileName);
|
||||
thermoFile<< cr.specieThermo() << endl;
|
||||
thermoFile<< cr.speciesThermo() << endl;
|
||||
|
||||
Info << "End\n" << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user