Skip to content

Commit

Permalink
Update dumux-precice/couplingadapter.cc
Browse files Browse the repository at this point in the history
Co-authored-by: mathiskelm <[email protected]>
  • Loading branch information
IshaanDesai and mathiskelm authored Dec 19, 2023
1 parent 760ec0e commit 1c93893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumux-precice/couplingadapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ std::vector<double> &CouplingAdapter::getQuantityVector(

void CouplingAdapter::writeQuantityVector(const std::string &meshName,
const std::string &dataName,
std::vector<double> &values)
const std::vector<double> &values)
{
std::vector<double> &dataVector = getQuantityVector(meshName, dataName);
assert(dataVector.size() == values.size());
Expand Down

0 comments on commit 1c93893

Please sign in to comment.