Skip to content

Commit

Permalink
allow to have the same logical volume names for SD
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Dec 6, 2017
1 parent fd7403a commit c0ae99a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimG4Core/SensitiveDetector/src/SensitiveDetector.cc
Expand Up @@ -53,7 +53,6 @@ void SensitiveDetector::AssignSD(const std::string & vname)
{
if (vname == lv->GetName()) {
lv->SetSensitiveDetector(this);
break;
}
}
}
Expand Down

0 comments on commit c0ae99a

Please sign in to comment.