delete duplicate fclose() in fix ttm/mod constructor

This commit is contained in:
Axel Kohlmeyer 2016-09-08 11:51:22 -04:00
parent f56c41eec0
commit c33e1049d8
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ FixTTMMod::FixTTMMod(LAMMPS *lmp, int narg, char **arg) :
if (me == 0) read_initial_electron_temperatures(fpr);
MPI_Bcast(&T_electron[0][0][0],total_nnodes,MPI_DOUBLE,0,world);
fclose(fpr);
fclose(fpr_2);
}
/* ---------------------------------------------------------------------- */