From 846e08bf5c484386652e52b2c6440335ba262fa1 Mon Sep 17 00:00:00 2001 From: Akash Dhruv Date: Mon, 2 Dec 2024 20:08:28 -0600 Subject: [PATCH] fix whitespace errors --- Source/LandSurfaceModel/NOAH/ERF_NOAH.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LandSurfaceModel/NOAH/ERF_NOAH.cpp b/Source/LandSurfaceModel/NOAH/ERF_NOAH.cpp index 23b6ea5e1..0bb16b855 100644 --- a/Source/LandSurfaceModel/NOAH/ERF_NOAH.cpp +++ b/Source/LandSurfaceModel/NOAH/ERF_NOAH.cpp @@ -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);