Skip to content
Snippets Groups Projects
Commit 5d7d6e72 authored by Evgueni Tcherniaev's avatar Evgueni Tcherniaev
Browse files

Big fix

parent 6b353575
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ EInside G4DisplacedSolid::Inside(const G4ThreeVector& p) const
if ((!fPtrTransform->IsRotated()) && (!fPtrTransform->IsTranslated())) itran_null++;
if ( (++icount)%1000000 == 0)
G4cout << "=== Inside_G4Displaced = " << icount/1000000
<< " itran = " << itran << " itran_null = " << itran_nul << G4endl;
<< " itran = " << itran << " itran_null = " << itran_null << G4endl;
//G4ThreeVector newPoint = fPtrTransform->TransformPoint(p) ;
G4ThreeVector newPoint = (fPtrTransform->IsRotated()) ?
......
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