Skip to content

Commit

Permalink
fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Dec 3, 2024
1 parent 4b94033 commit 846e08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/LandSurfaceModel/NOAH/ERF_NOAH.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NOAH::Init (const MultiFab& cons_in,
{
// Initialize Noahmp IO
amrex::Print() << "Initializing Noahmp IO" << std::endl;

NoahmpIOVarInit(&noahmp_io, &noahmp_arr);
NoahmpInitMain(&noahmp_io);

Expand Down

0 comments on commit 846e08b

Please sign in to comment.