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/include/G4NucleiPropertiesTheoreticalTable.hh

    r850 r890  
    2525//
    2626//
    27 // $Id: G4NucleiPropertiesTheoreticalTable.hh,v 1.7 2006/06/29 19:23:58 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4NucleiPropertiesTheoreticalTable.hh,v 1.8 2008/10/22 12:35:46 kurasige Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    4646#include "globals.hh"
    4747
     48class G4NucleiProperties;
     49
    4850class G4NucleiPropertiesTheoreticalTable
    4951{
     
    6163
    6264  // Other Operations
     65  // all methods are private and can be used only by G4NucleiProperties
     66  friend class G4NucleiProperties; 
    6367
    64  public: // With Description
     68 
     69 private: // With Description
    6570  // Operation: GetMassExcess
    6671  static G4double GetMassExcess(G4int Z, G4int A);
Note: See TracChangeset for help on using the changeset viewer.