diff --git a/gprMax/snapshots.py b/gprMax/snapshots.py index ea9d5d39..99c09df4 100644 --- a/gprMax/snapshots.py +++ b/gprMax/snapshots.py @@ -98,7 +98,6 @@ class Snapshot: self.filehandle.write('\n'.format(Snapshot.byteorder).encode('utf-8')) self.filehandle.write('\n'.format(self.vtk_xscells, self.vtk_xfcells, self.vtk_yscells, self.vtk_yfcells, self.vtk_zscells, self.vtk_zfcells, self.dx * G.dx, self.dy * G.dy, self.dz * G.dz).encode('utf-8')) self.filehandle.write('\n'.format(self.vtk_xscells, self.vtk_xfcells, self.vtk_yscells, self.vtk_yfcells, self.vtk_zscells, self.vtk_zfcells).encode('utf-8')) - #self.filehandle.write('\n'.encode('utf-8')) self.filehandle.write('\n'.encode('utf-8')) self.filehandle.write('\n'.format(Snapshot.floatname).encode('utf-8')) self.filehandle.write('\n'.format(Snapshot.floatname, vtk_hfield_offset).encode('utf-8'))