Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sed -i 's/const word name_/word name_/g' OpenFOAM-4.1/src/thermophysicalModels/specie/lnIncludereaction/Reactions/Reaction/Reaction.H

If you had run a build previous in this directory, it is necessary to run a clean build:
wclean all
also run ThridPart/Allclean
to make sure that all the intermediate directories are cleaned.


Now we can start the compilation process:

...