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

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/management/src/G4VSolid.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4VSolid.cc,v 1.37 2008/02/20 15:24:26 gcosmo Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4VSolid.cc,v 1.39 2008/09/23 13:07:41 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030// class G4VSolid
     
    7171//////////////////////////////////////////////////////////////////////////
    7272//
    73 // Protected copy constructor
     73// Copy constructor
    7474//
    7575
     
    181181
    182182  G4ThreeVectorList polygon;
     183  polygon.reserve(4);
    183184  polygon.push_back((*pVertices)[pSectionIndex]);
    184185  polygon.push_back((*pVertices)[pSectionIndex+1]);
     
    210211{
    211212  G4ThreeVectorList polygon;
     213  polygon.reserve(4);
    212214  polygon.push_back((*pVertices)[pSectionIndex]);
    213215  polygon.push_back((*pVertices)[pSectionIndex+4]);
Note: See TracChangeset for help on using the changeset viewer.