BUG: uniformFixedValue: fix tutorials. See #1046.

This commit is contained in:
mattijs
2019-04-04 09:24:42 +01:00
committed by Andrew Heather
parent 49ba6a8e94
commit 9cd72b2bb8
11 changed files with 16 additions and 11 deletions

View File

@ -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;

View File

@ -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;