--- PamVMC/include/PamVMCDetGeom.h 2009/02/19 16:50:35 1.1 +++ PamVMC/include/PamVMCDetGeom.h 2009/06/12 18:39:16 1.5 @@ -118,7 +118,7 @@ if(fmother) { TIterator *p= (TIterator *)(*to).MakeIterator(); pMotherProp *k; - while( k=(pMotherProp *) p->Next()) { + while( (k=(pMotherProp *) p->Next())) { fmother->AddNode((*k).fmother,(*k).fcopyNo,(*k).fmothermatrix); } }