moving function objects to functionObjects sub-folder

This commit is contained in:
andy
2008-12-19 15:44:26 +00:00
parent 468668d0be
commit 894f8f3b13
41 changed files with 12 additions and 4 deletions

View File

@ -3,10 +3,8 @@ cd ${0%/*} || exit 1 # run from this directory
set -x set -x
wmake libo postCalc wmake libo postCalc
wmake libso forces
wmake libso fieldAverage
wmake libso foamCalcFunctions wmake libso foamCalcFunctions
wmake libso minMaxFields
wmake libso systemCall (cd functionObjects && ./Allwmake)
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -0,0 +1,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso fieldAverage
wmake libso forces
wmake libso minMaxFields
wmake libso systemCall
# ----------------------------------------------------------------- end-of-file