mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: uniformFixedValue: fix tutorials. See #1046.
This commit is contained in:
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
libs ("liboverset.so");
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
|
||||
DebugSwitches
|
||||
{
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Make sure all preprocessing tools know about the 'overset' bc
|
||||
libs ("liboverset.so");
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
|
||||
application overRhoSimpleFoam;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user