aboutsummaryrefslogtreecommitdiff
path: root/Source/main.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-09-11 12:20:06 -0600
committerGravatar GitHub <noreply@github.com> 2019-09-11 12:20:06 -0600
commit321a2c763a741c9674bdf7b28332271324221dde (patch)
tree9f81ea5e8475ab5bd1e769d7865fc7fd492d06eb /Source/main.cpp
parentf6ccb0e34fd2125fd0d933604efc5ed23eb18a71 (diff)
parentfd848331f2fd6af8c56a0027cc5f088286e347c4 (diff)
downloadWarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.gz
WarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.zst
WarpX-321a2c763a741c9674bdf7b28332271324221dde.zip
Merge pull request #333 from ax3l/topic-eolWhitespaceSource
Source & Tools: No EOL Whitespaces
Diffstat (limited to 'Source/main.cpp')
-rw-r--r--Source/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/main.cpp b/Source/main.cpp
index d31268b12..6aca49cd3 100644
--- a/Source/main.cpp
+++ b/Source/main.cpp
@@ -25,18 +25,18 @@ int main(int argc, char* argv[])
ConvertLabParamsToBoost();
BL_PROFILE_VAR("main()", pmain);
-
+
const Real strt_total = amrex::second();
{
WarpX warpx;
-
+
warpx.InitData();
warpx.Evolve();
-
+
Real end_total = amrex::second() - strt_total;
-
+
ParallelDescriptor::ReduceRealMax(end_total ,ParallelDescriptor::IOProcessorNumber());
if (warpx.Verbose()) {
amrex::Print() << "Total Time : " << end_total << '\n';