Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (16 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/management/include/G4VSolid.hh

    r850 r921  
    2525//
    2626//
    27 // $Id: G4VSolid.hh,v 1.28 2008/02/20 15:24:25 gcosmo Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4VSolid.hh,v 1.29 2008/09/10 13:18:42 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    230230      // persistifiable objects.
    231231
     232    G4VSolid(const G4VSolid& rhs);
     233    G4VSolid& operator=(const G4VSolid& rhs);
     234      // Copy constructor and assignment operator.
     235
    232236  protected:  // with description
    233237
     
    294298      // expressed by the first argument.
    295299
    296   protected:  // without description
    297 
    298     G4VSolid(const G4VSolid& rhs);
    299     G4VSolid& operator=(const G4VSolid& rhs);
    300       // Protected copy constructor and assignment operator.
    301 
    302300  protected:
    303301
Note: See TracChangeset for help on using the changeset viewer.