sixDoFRigidBodyState: Moved to src to avoid build order problems

Resolves bug-report https://bugs.openfoam.org/view.php?id=2707
This commit is contained in:
Henry Weller
2017-09-27 11:32:46 +01:00
parent 85fbc130c7
commit 422556fd3f
6 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,7 @@ wmake $targetType regionCoupled
functionObjects/Allwmake $targetType $* functionObjects/Allwmake $targetType $*
wmake $targetType sixDoFRigidBodyMotion wmake $targetType sixDoFRigidBodyMotion
wmake $targetType sixDoFRigidBodyState
wmake $targetType rigidBodyDynamics wmake $targetType rigidBodyDynamics
wmake $targetType rigidBodyMeshMotion wmake $targetType rigidBodyMeshMotion
wmake $targetType waves wmake $targetType waves

View File

@ -9,6 +9,5 @@ wmake $targetType forces
wmake $targetType lagrangian wmake $targetType lagrangian
wmake $targetType utilities wmake $targetType utilities
wmake $targetType solvers wmake $targetType solvers
wmake $targetType sixDoFRigidBodyState
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------