Load the "forces" library needed for the 6-DoF motion.

This commit is contained in:
henry
2009-12-08 22:39:33 +00:00
parent 66163783bf
commit e67d22f264

View File

@ -51,6 +51,11 @@ maxCo 0.2;
maxDeltaT 0.025;
libs ("libincompressibleRASModels.so" "libfvMotionSolvers.so");
libs
(
"libincompressibleRASModels.so"
"libfvMotionSolvers.so"
"libforces.so"
);
// ************************************************************************* //