Files
openfoam/src/functionObjects/graphics/Allwmake
Mark Olesen f816c2d0bc COMP: include BuildIssues.txt for known build issues
- fixed library path for VTK.
  They should use lib/ and not lib64/
2016-12-20 15:33:16 +01:00

7 lines
173 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
runTimePostProcessing/Allwmake
#------------------------------------------------------------------------------