Files
openfoam/src/postProcessing/Allwmake
Mark Olesen fafb3e8885 functionObjectList and Time modifications
- added clear() method to functionObjectList. It also gets called by ~Time().
  This should destroy function objects before anything else gets
  destroyed (eg, objectRegistry).
2009-02-12 22:13:30 +01:00

11 lines
225 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libo postCalc
wmake libso foamCalcFunctions
functionObjects/Allwmake
# ----------------------------------------------------------------- end-of-file