Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 94278 2015-11-10 12:39:57Z gcosmo $
|
||||
$Id: History 95196 2016-01-29 08:26:36Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -14,6 +14,11 @@ introduced in the code and keeptrack of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
27-Jan-2016, M. Asai (phys-ctor-limiters-V10-02-00)
|
||||
- G4ParallelWorldPhysics: change process order index of
|
||||
G4ParallelWorldProcess to 9900 to make sure it is registered
|
||||
prior to G4OpBoundaryProcess.
|
||||
|
||||
10-Nov-2015, M. Verderi (phys-ctor-limiters-V10-01-04)
|
||||
- Fix compilation warning in G4GenericBiasingPhysics
|
||||
|
||||
|
||||
@@ -88,9 +88,9 @@ void G4ParallelWorldPhysics::ConstructProcess()
|
||||
G4ProcessManager* pmanager = particle->GetProcessManager();
|
||||
pmanager->AddProcess(theParallelWorldProcess);
|
||||
if(theParallelWorldProcess->IsAtRestRequired(particle))
|
||||
{pmanager->SetProcessOrdering(theParallelWorldProcess, idxAtRest, 9999);}
|
||||
{pmanager->SetProcessOrdering(theParallelWorldProcess, idxAtRest, 9900);}
|
||||
pmanager->SetProcessOrderingToSecond(theParallelWorldProcess, idxAlongStep);
|
||||
pmanager->SetProcessOrdering(theParallelWorldProcess, idxPostStep, 9999);
|
||||
pmanager->SetProcessOrdering(theParallelWorldProcess, idxPostStep, 9900);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user