Debugging vis writer

This commit is contained in:
James E McClure
2015-11-05 18:35:31 -05:00
parent c2b0cdc012
commit b9ba20246a

View File

@@ -187,10 +187,6 @@ private:
TwoPhase& Averages;
int Nx,Ny,Nz;
double Lx,Ly,Lz;
std::shared_ptr<IO::Variable> PhaseVar( new IO::Variable() );
std::shared_ptr<IO::Variable> PressVar( new IO::Variable() );
std::shared_ptr<IO::Variable> SignDistVar( new IO::Variable() );
std::shared_ptr<IO::Variable> BlobIDVar( new IO::Variable() );
};