From 05481539cca6d320e824c0f3d1eb719f54f8cbca Mon Sep 17 00:00:00 2001 From: Cyprien Bosserelle Date: Wed, 26 Jun 2024 13:38:41 +1200 Subject: [PATCH] Fix missing brace in testing --- src/Testing.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Testing.cu b/src/Testing.cu index e35785c7..87fd3646 100644 --- a/src/Testing.cu +++ b/src/Testing.cu @@ -268,7 +268,7 @@ template bool Testing(Param XParam, Forcing XForcing, Model */ bool wallbndleft, wallbndright, wallbndbot, wallbndtop; log("\t###AOI bnd wall test ###"); - wallbndleft=TestAIObnd(XParam, XModel, XModel_g,false,false, false); + wallbndleft = TestAIObnd(XParam, XModel, XModel_g, false, false, false); wallbndright = TestAIObnd(XParam, XModel, XModel_g, false, true, false); wallbndbot = TestAIObnd(XParam, XModel, XModel_g, true, false, false); wallbndtop = TestAIObnd(XParam, XModel, XModel_g, true, true, false); @@ -280,7 +280,7 @@ template bool Testing(Param XParam, Forcing XForcing, Model wallbndtop = TestAIObnd(XParam, XModel, XModel_g, true, true, true); result = (wallbndleft & wallbndright & wallbndbot & wallbndtop) ? "successful" : "failed"; log("\t\tAOI bnd wall test : " + result); - + } if (mytest == 13) { /* Test 13 is to test the input of different roughness maps (and different bathymetry at the same time)