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:
@ -15,7 +15,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Make sure all preprocessing tools know about the 'overset' bc
|
||||
libs ("liboverset.so");
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
|
||||
application overLaplacianDyMFoam;
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Make sure all preprocessing tools know about the 'overset' bc
|
||||
libs ("liboverset.so");
|
||||
libs ("liboverset.so" "libfvMotionSolvers.so");
|
||||
|
||||
application overPotentialFoam;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user