add missing fclose()
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user