Update Boundary Conditions authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -55,6 +55,7 @@ In a carefully chosen source file ([src/boundariesConditions.cpp](https://gitlab ...@@ -55,6 +55,7 @@ In a carefully chosen source file ([src/boundariesConditions.cpp](https://gitlab
using namespace fargOCA; // if necessary using namespace fargOCA; // if necessary
// Note: SomeGreatBC must be visible in scope // Note: SomeGreatBC must be visible in scope
// You probably jut need to add that:
FctBoundariesHandler someGreatBc("someGreatBC", SomGreatBC); FctBoundariesHandler someGreatBc("someGreatBC", SomGreatBC);
``` ```
... ...
......