Ignore:
Timestamp:
Nov 25, 2008, 5:27:50 PM (16 years ago)
Author:
garnier
Message:

update to pre-tag revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/management/src/G4HyperNucleiProperties.cc

    r850 r890  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HyperNucleiProperties.cc,v 1.3 2007/12/10 16:30:47 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     26// $Id: G4HyperNucleiProperties.cc,v 1.4 2008/10/22 12:35:46 kurasige Exp $
     27// GEANT4 tag $Name: $
    2828//
    2929// ------------------------------------------------------------
     
    101101G4double G4HyperNucleiProperties::GetAtomicMass(G4int A, G4int Z, G4int L)
    102102{
    103   if (L==0) return G4NucleiProperties::GetAtomicMass(A,Z);
    104 
    105103  if (A < 1 || Z < 0 || Z > A-L || L > A || L <0 ) {
    106104#ifdef G4VERBOSE
Note: See TracChangeset for help on using the changeset viewer.