We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ff0868 + dd6e16a commit 410a6beCopy full SHA for 410a6be
1 file changed
gemc/gsystem/gsystemFactories/cad/loadGeometry.cc
@@ -26,7 +26,7 @@ void GSystemCADFactory::loadGeometry(GSystem* s) {
26
27
// Import each STL as a volume. Each volume name is derived from the filename.
28
for (const auto& cf : cadFiles) {
29
- s->addVolumeFromFile(GSYSTEMCADTFACTORYLABEL, dirLocation.append("/").append(cf));
+ s->addVolumeFromFile(GSYSTEMCADTFACTORYLABEL, dirLocation + "/" + cf);
30
}
31
32
// If the file cad__<variation>.yaml is found in dirLocation, modify the gvolumes accordingly.
0 commit comments