Skip to content

Commit

Permalink
Merge pull request #150 from joshuahansel/no-closures-enums
Browse files Browse the repository at this point in the history
Remove closures enumeration capability
  • Loading branch information
loganharbour authored Dec 25, 2024
2 parents 2ce8694 + edd74d3 commit 2b9396b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/base/FalconApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ FalconApp::registerAll(Factory & f, ActionFactory & af, Syntax & syntax)
#ifdef IAPWS95_ENABLED
IAPWS95App::registerAll(f, af, syntax);
#endif

// built-in closure types
ThermalHydraulicsApp::registerClosuresOption("falcon", "Closures1PhaseFalcon", THM::FM_SINGLE_PHASE);

}

// External entry point for object registration
Expand Down

0 comments on commit 2b9396b

Please sign in to comment.