Skip to content
Snippets Groups Projects
Commit f07c7c93 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

add working tag

parent 77a311d7
No related branches found
No related tags found
1 merge request!65Refactor Distribution Handling
......@@ -138,7 +138,7 @@ QStringList MesoCrystalItem::translateList(const QStringList& list) const
QStringList result = list;
// Add CrystalType to path name of basis particle
if (IsIParticleName(list.back()))
result << QString::fromStdString("Crystal");
result << QString::fromStdString("Crystal"); // this result is overwritten in any case with the next line
result = SessionItem::translateList(result);
return result;
}
......
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