Ticket #23: fragmentation.patch
File fragmentation.patch, 548 bytes (added by , 16 years ago) |
---|
-
SHERPA/SoftPhysics/Fragmentation_Handler.C
53 53 } 54 54 #ifdef USING__Ahadic 55 55 else if (m_fragmentationmodel==string("Ahadic")) { 56 m_sfile=dr.GetValue<string>("AHADIC_FILE", string("Cluster.dat"));56 m_sfile=dr.GetValue<string>("AHADIC_FILE",m_file); 57 57 Hadron_Init init; 58 58 init.Init(); 59 59 init.OverWriteProperties(dr);