rename USER-OMP to OPENMP
This commit is contained in:
@ -1683,7 +1683,7 @@ void Input::package()
|
||||
} else if (strcmp(arg[0],"omp") == 0) {
|
||||
if (!modify->check_package("OMP"))
|
||||
error->all(FLERR,
|
||||
"Package omp command without USER-OMP package installed");
|
||||
"Package omp command without OPENMP package installed");
|
||||
|
||||
std::string fixcmd = "package_omp all OMP";
|
||||
for (int i = 1; i < narg; i++) fixcmd += std::string(" ") + arg[i];
|
||||
|
||||
Reference in New Issue
Block a user