fix: Don't create .h5 files if dump is disabled
This commit is contained in:
parent
52f5764976
commit
fc600f53ba
@ -48,6 +48,7 @@ ProcessFields::~ProcessFields()
|
|||||||
|
|
||||||
void ProcessFields::InitProcess()
|
void ProcessFields::InitProcess()
|
||||||
{
|
{
|
||||||
|
if (Enabled==false) return;
|
||||||
string names[] = {"x","y","z"};
|
string names[] = {"x","y","z"};
|
||||||
if (m_fileType==HDF5_FILETYPE)
|
if (m_fileType==HDF5_FILETYPE)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user