Unverified Commit a35279a0 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

don't delete arrays the base class expects to be present

parent 67b17470
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -166,13 +166,6 @@ DumpVTK::DumpVTK(LAMMPS *lmp, int narg, char **arg) :
  header_choice = NULL;
  write_choice = NULL;
  boxcorners = NULL;

  // unsupported feature by dump vtk
  delete [] vformat;
  vformat = NULL;

  delete [] format_column_user;
  format_column_user = NULL;
}

/* ---------------------------------------------------------------------- */