Skip to content

Commit

Permalink
Implement get_values
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Aug 26, 2024
1 parent 90b33d9 commit 9d74eb2
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 @@ -132,7 +132,7 @@ SchismFormulation::data_type SchismFormulation::get_value(const selection_type&

void SchismFormulation::get_values(const selection_type& selector, boost::span<double> data)
{
throw std::runtime_error(__func__);
bmi_->GetValue(selector.variable_name, data.data());
}

size_t SchismFormulation::mesh_size(std::string const& variable_name)
Expand Down

0 comments on commit 9d74eb2

Please sign in to comment.