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