From 02e1f41f32ca2a83dfee69d95e3b78d5cdd4920d Mon Sep 17 00:00:00 2001 From: JamesEMcclure Date: Sat, 17 Aug 2019 08:38:42 -0400 Subject: [PATCH] bugfix --- analysis/runAnalysis.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis/runAnalysis.cpp b/analysis/runAnalysis.cpp index cd95a4b8..b894733e 100644 --- a/analysis/runAnalysis.cpp +++ b/analysis/runAnalysis.cpp @@ -887,7 +887,6 @@ void runAnalysis::run( std::shared_ptr db, TwoPhase& Averages, const d void runAnalysis::basic( std::shared_ptr db, SubPhase &Averages, const double *Phi, double *Pressure, double *Velocity, double *fq, double *Den) { int N = d_N[0]*d_N[1]*d_N[2]; - int timestep = db->getWithDefault( "timestep", 0 ); // Check which analysis steps we need to perform int timestep = db->getWithDefault( "timestep", 0 );