Skip to content

Commit

Permalink
Minor edit for white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ejyoo921 committed Jul 12, 2024
1 parent a4cd16c commit 6ae4677
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ExampleCodes/EB/STLtest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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();
}

0 comments on commit 6ae4677

Please sign in to comment.