From 6ae467791d84915d4b1a234c5a1a3eb9c383079a Mon Sep 17 00:00:00 2001 From: Yoo Date: Fri, 12 Jul 2024 15:26:05 -0700 Subject: [PATCH] Minor edit for white spaces --- ExampleCodes/EB/STLtest/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ExampleCodes/EB/STLtest/main.cpp b/ExampleCodes/EB/STLtest/main.cpp index 55b95eaf..46941db7 100644 --- a/ExampleCodes/EB/STLtest/main.cpp +++ b/ExampleCodes/EB/STLtest/main.cpp @@ -14,7 +14,6 @@ using namespace amrex; int main (int argc, char* argv[]) { amrex::Initialize(argc,argv); - { int nghost = 1; int max_grid_size=64; @@ -62,8 +61,6 @@ int main (int argc, char* argv[]) MultiFab::Subtract(object, vfrc, 0,0,1,0); amrex::WriteMLMF("plt", {&object}, {geom}); - } - amrex::Finalize(); }