Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop

This commit is contained in:
Andrew Heather
2016-12-20 16:58:34 +00:00
4 changed files with 68 additions and 5 deletions

View File

@ -1,4 +1,6 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
./runTimePostProcessing/Allwmake
runTimePostProcessing/Allwmake
#------------------------------------------------------------------------------