Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (15 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/materials/src/G4NistMaterialBuilder.cc

    r1196 r1228  
    2424// ********************************************************************
    2525//
    26 // $Id: G4NistMaterialBuilder.cc,v 1.22 2009/11/03 17:02:03 alechner Exp $
    27 // GEANT4 tag $Name: materials-V09-02-18 $
     26// $Id: G4NistMaterialBuilder.cc,v 1.23 2009/11/24 17:19:10 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929//
     
    8383//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    8484
    85 G4Material* G4NistMaterialBuilder::FindOrBuildMaterial(const G4String& name,
     85G4Material* G4NistMaterialBuilder::FindOrBuildMaterial(const G4String& matname,
    8686                                                       G4bool isotopes,
    8787                                                       G4bool warning)
     
    9494  }
    9595
    96   if (verbose > 1)
     96  G4String name = matname;
     97  if("G4_NYLON-6/6" == matname)  name = "G4_NYLON-6-6";
     98  if("G4_NYLON-6/10" == matname) name = "G4_NYLON-6-10";
     99
     100  if (verbose > 1) {
    97101    G4cout << "G4NistMaterialBuilder::FindOrBuildMaterial " << name << G4endl;
    98 
     102  }
    99103  const G4MaterialTable* theMaterialTable = G4Material::GetMaterialTable();
    100104  G4int nmat = theMaterialTable->size();
Note: See TracChangeset for help on using the changeset viewer.