mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Load library containing the functionObjects before using them.
This commit is contained in:
@ -53,9 +53,11 @@ functions
|
|||||||
{
|
{
|
||||||
probes
|
probes
|
||||||
{
|
{
|
||||||
type probes;
|
|
||||||
// Where to load it from
|
// Where to load it from
|
||||||
functionObjectLibs ( "libsampling.so" );
|
functionObjectLibs ( "libsampling.so" );
|
||||||
|
|
||||||
|
type probes;
|
||||||
|
|
||||||
// Name of the directory for probe data
|
// Name of the directory for probe data
|
||||||
name probes;
|
name probes;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user