drop fftw_cleanup() completely

This commit is contained in:
Christoph Junghans
2020-05-15 16:57:00 -06:00
parent 6f0a56c176
commit fa7319e626
3 changed files with 0 additions and 17 deletions

View File

@ -59,7 +59,6 @@ int main(int argc, char **argv)
#else
LAMMPS *lammps = new LAMMPS(argc,argv,MPI_COMM_WORLD);
lammps->input->file();
lammps->cleanup();
delete lammps;
#endif
MPI_Barrier(MPI_COMM_WORLD);