Skip to content
Snippets Groups Projects
Commit dfe4b561 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed units to be cm consistently in error message

parent 0edde6c4
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ int main(int argc, char** argv ){ ...@@ -169,7 +169,7 @@ int main(int argc, char** argv ){
<< " id : " << idDecoder.valueString() << " id : " << idDecoder.valueString()
<< " point : " << point << " point : " << point
<< " is inside : " << isInside << " is inside : " << isInside
<< " distance from surface : " << dist/dd4hep::mm << std::endl << " distance from surface : " << dist << " (units: cm) " << std::endl
<< std::endl ; << std::endl ;
} }
......
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