From bad81f0916c37c8b956b22e8ed141d020c28459d Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Mon, 6 Aug 2018 17:06:46 -0700 Subject: Allow the user to set prob_lo and prob_hi in the lab frame --- Source/main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Source/main.cpp') diff --git a/Source/main.cpp b/Source/main.cpp index 757c29e1f..e02294e0b 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -2,10 +2,12 @@ #include #include +#include #include #include #include +#include using namespace amrex; @@ -21,8 +23,10 @@ int main(int argc, char* argv[]) amrex::Initialize(argc,argv,MPI_COMM_WORLD); - BL_PROFILE_VAR("main()", pmain); + ConvertLabParamsToBoost(); + BL_PROFILE_VAR("main()", pmain); + const Real strt_total = ParallelDescriptor::second(); { -- cgit v1.2.3