Skip to content

Commit

Permalink
Merge pull request #18462 from ianna/dd-shape-typo-fix
Browse files Browse the repository at this point in the history
Correct a Typo in a Shape Name
  • Loading branch information
cmsbuild authored Apr 26, 2017
2 parents 2023c32 + c2ca761 commit ef23e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DetectorDescription/Parser/src/DDLElementRegistry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ DDLElementRegistry::getElement( const std::string& name )
{
myret = new DDLEllipsoid(this);
}
else if (name == "Sphere")
else if (name == "Parallelepiped")
{
myret = new DDLParallelepiped(this);
}
Expand Down

0 comments on commit ef23e4b

Please sign in to comment.