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 98727f5 commit b3b4db5
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 @@ -55,7 +55,7 @@ int CouplingAdapter::getMeshDimensions(const std::string &meshName) const
}

void CouplingAdapter::setMesh(const std::string &meshName,
std::vector<double> &positions)
const std::vector<double> &positions)
{
assert(wasCreated_);
vertexIDs_ =
Expand Down

0 comments on commit b3b4db5

Please sign in to comment.