moving function objects to functionObjects sub-folder

This commit is contained in:
andy
2008-12-19 15:44:26 +00:00
parent 468668d0be
commit a49ddb5fe2
40 changed files with 10 additions and 0 deletions

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