Skip to content

Commit

Permalink
Fixed when geant4 is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jul 16, 2012
1 parent 2f59531 commit 376543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pctBetheBlochFunctor.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class BetheBlochProtonStoppingPower
#ifdef PCT_GEANT4
return m_G4BetheBlochModel->LowEnergyLimit();
#else
return 1*CLHEP::kEv; //Arbitrary
return 1*CLHEP::keV; //Arbitrary
#endif
}
private:
Expand Down

0 comments on commit 376543a

Please sign in to comment.