Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoon committed Mar 18, 2024
1 parent 9ae3bf3 commit 84de5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pks/flow/predictor_delegate_bc_flux.hh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class PredictorDelegateBCFlux {

protected:
Teuchos::RCP<const State> S_next_;
Teuchos::RCP<const AmanziMesh::Mesh> mesh_;
Teuchos::RCP<const AmanziMesh::MeshHost> mesh_;
Teuchos::RCP<Operators::PDE_Diffusion> matrix_;
std::vector<std::pair<std::string, Teuchos::RCP<WRMModel_type>>> wrms_;
Teuchos::RCP<const CompositeVector_<int>> bc_markers_;
Expand Down

0 comments on commit 84de5da

Please sign in to comment.