add missing fclose()

This commit is contained in:
Axel Kohlmeyer
2021-12-23 08:20:47 -05:00
parent b2adb4df47
commit 1185591c76

View File

@ -583,6 +583,7 @@ namespace ReaxFF {
} catch (std::exception &e) {
error->one(FLERR,e.what());
}
fclose(fp);
}
// broadcast global parameters and allocate list on ranks != 0