Skip to content

Commit

Permalink
Match SCHISM BMI's registration/instantiaion function name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Aug 19, 2024
1 parent 2dba565 commit d687db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realizations/coastal/SchismFormulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <realizations/coastal/SchismFormulation.hpp>

const static auto s_schism_registration_function = "schism_registration_function";
const static auto s_schism_registration_function = "register_bmi";

std::set<std::string> SchismFormulation::expected_input_variable_names_ =
{
Expand Down

0 comments on commit d687db0

Please sign in to comment.