mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use simpler syntax for libs entries
This commit is contained in:
committed by
Andrew Heather
parent
6eaa326cec
commit
880d81475b
@ -34,7 +34,7 @@ solvers
|
||||
|
||||
cube
|
||||
{
|
||||
motionSolverLibs ("libsixDoFRigidBodyMotion.so");
|
||||
motionSolverLibs ("sixDoFRigidBodyMotion");
|
||||
motionSolver sixDoFRigidBodyMotion;
|
||||
|
||||
cellSet c1;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
libs (overset fvMotionSolvers);
|
||||
|
||||
DebugSwitches
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user