Skip to content
Snippets Groups Projects
Commit dc9b76e1 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Re #9511. No need to deal with instrument name special cases.

parent 3fe34883
No related branches found
No related tags found
No related merge requests found
......@@ -341,10 +341,6 @@ namespace DataHandling
instName = temp.substr(0, n);
}
}
if (instName.compare("POWGEN3") == 0) // hack for powgen b/c of bad long name
instName = "POWGEN";
if (instName.compare("NOM") == 0) // hack for nomad
instName = "NOMAD";
// read information from the nexus file itself
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment