bugfix
This commit is contained in:
parent
dd9448ca77
commit
02e1f41f32
@ -887,7 +887,6 @@ void runAnalysis::run( std::shared_ptr<Database> db, TwoPhase& Averages, const d
|
||||
void runAnalysis::basic( std::shared_ptr<Database> 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<int>( "timestep", 0 );
|
||||
|
||||
// Check which analysis steps we need to perform
|
||||
int timestep = db->getWithDefault<int>( "timestep", 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user