add missing platform scope
This commit is contained in:
@ -555,12 +555,12 @@ void NEBSpin::readfile(char *file, int flag)
|
||||
|
||||
if (flag == 0) {
|
||||
if (me_universe == 0) {
|
||||
if (compressed) pclose(fp);
|
||||
if (compressed) platform::pclose(fp);
|
||||
else fclose(fp);
|
||||
}
|
||||
} else {
|
||||
if (me == 0 && ireplica) {
|
||||
if (compressed) pclose(fp);
|
||||
if (compressed) platform::pclose(fp);
|
||||
else fclose(fp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user