View | Details | Raw Unified | Return to problem 2423 | Differences between
and this patch

Collapse All | Expand All

(-)a/source/materials/src/G4DensityEffectData.cc (-2 / +2 lines)
Lines 143-149 void G4DensityEffectData::Initialize() Link Here
143
  indexZ[11]=11;
143
  indexZ[11]=11;
144
144
145
//G4_Mg  index=12
145
//G4_Mg  index=12
146
  G4double M12[NDENSARRAY]={26.708,2.331,4.5297,0.1499,3.0668,0.081163,3.6166,0.08,0.073,156. };
146
  G4double M12[NDENSARRAY]={26.708,2.331,4.5297,0.1499,3.0668,0.08163,3.6166,0.08,0.073,156. };
147
  AddMaterial(M12,"G4_Mg");
147
  AddMaterial(M12,"G4_Mg");
148
  indexZ[12]=12;
148
  indexZ[12]=12;
149
149
Lines 433-439 void G4DensityEffectData::Initialize() Link Here
433
  indexZ[68]=68;
433
  indexZ[68]=68;
434
434
435
//G4_Tm  index=69
435
//G4_Tm  index=69
436
  G4double M69[NDENSARRAY]={56.225,2.333,5.9677,0.0812,3.5085,0.24189,2.5469,0.14,0.062,674. };
436
  G4double M69[NDENSARRAY]={56.225,2.333,5.9677,0.0812,3.5085,0.24889,2.5469,0.14,0.062,674. };
437
  AddMaterial(M69,"G4_Tm");
437
  AddMaterial(M69,"G4_Tm");
438
  indexZ[69]=69;
438
  indexZ[69]=69;
439
439

Return to problem 2423