Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/qmd/src/G4QMDMeanField.cc

    r819 r962  
    2323// * acceptance of all terms of the Geant4 Software license.          *
    2424// ********************************************************************
     25//
     26// 081120 Add Update by T. Koi
    2527//
    2628#include "G4QMDMeanField.hh"
     
    861863   {
    862864
    863       //std::cout << "Add Participants to cluseter " << it->second << std::endl;
     865      //G4cout << "Add Participants to cluseter " << it->second << G4endl;
    864866
    865867      if ( it->first != 0 )
     
    873875            {
    874876               nucleus->SetParticipant( system->GetParticipant ( itt->second ) );
    875                //std::cout << "Add Participants " << itt->second << " "  << system->GetParticipant ( itt->second )->GetPosition() << std::endl;
     877               //G4cout << "Add Participants " << itt->second << " "  << system->GetParticipant ( itt->second )->GetPosition() << G4endl;
    876878             }
    877879
     
    893895   
    894896}
     897
     898
     899
     900void G4QMDMeanField::Update()
     901{
     902   SetSystem( system );
     903}
Note: See TracChangeset for help on using the changeset viewer.