sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #23: fragmentation.patch

File fragmentation.patch, 548 bytes (added by Frank Siegert, 16 years ago)
  • SHERPA/SoftPhysics/Fragmentation_Handler.C

     
    5353  }
    5454#ifdef USING__Ahadic
    5555  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);
    5757    Hadron_Init init;
    5858    init.Init();
    5959    init.OverWriteProperties(dr);