Added initializer

This commit is contained in:
Robert Osfield
2016-06-28 16:44:24 +01:00
parent 56f6376de8
commit 049d64dd20

View File

@@ -960,6 +960,7 @@ void trpgwGeomHelper::init(trpgWriteBuffer *ibuf,int dtype)
dataType = dtype;
zmin = 1e12;
zmax = -1e12;
mode = 0;
}
// Reset back to a clean state (except for the buffer)
void trpgwGeomHelper::Reset()