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