mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
use token::END_STATEMENT instead of ;
This commit is contained in:
@ -54,8 +54,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
OFstream reactionsFile(FOAMChemistryFileName);
|
||||
reactionsFile
|
||||
<< "species" << cr.species() << ';' << endl << endl
|
||||
<< "reactions" << cr.reactions() << ';' << endl;
|
||||
<< "species" << cr.species() << token::END_STATEMENT << nl << nl
|
||||
<< "reactions" << cr.reactions() << token::END_STATEMENT << endl;
|
||||
|
||||
OFstream thermoFile(FOAMThermodynamicsFileName);
|
||||
thermoFile<< cr.speciesThermo() << endl;
|
||||
|
||||
Reference in New Issue
Block a user