Compilation of solid body motion

This commit is contained in:
Hrvoje Jasak 2013-08-20 11:45:42 +01:00
parent 2a3c944dd0
commit f919724996

View file

@ -3,10 +3,10 @@ cd ${0%/*} || exit 1 # run from this directory
set -x set -x
# Make meshMotion solvers # Make meshMotion solvers
wmake libso solidBodyMotion
wmake libso fvMotionSolver wmake libso fvMotionSolver
wmake libso RBFMotionSolver wmake libso RBFMotionSolver
wmake libso mesquiteMotionSolver wmake libso mesquiteMotionSolver
wmake libso tetMotionSolver wmake libso tetMotionSolver
wmake libso solidBodyMotion
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file