Skip to content
Snippets Groups Projects
Commit 894f8f3b authored by Andrew Heather's avatar Andrew Heather
Browse files

moving function objects to functionObjects sub-folder

parent 468668d0
Branches
Tags
No related merge requests found
Showing
with 12 additions and 4 deletions
......@@ -3,10 +3,8 @@ cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libo postCalc
wmake libso forces
wmake libso fieldAverage
wmake libso foamCalcFunctions
wmake libso minMaxFields
wmake libso systemCall
(cd functionObjects && ./Allwmake)
# ----------------------------------------------------------------- end-of-file
#!/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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment