View | Details | Raw Unified | Return to problem 1993
Collapse All | Expand All

(-)/usr/local/src/geant4/geant4.10.03.p01/source/digits_hits/detector/src/G4SDStructure.cc.orig (-1 / +1 lines)
Lines 176-182 Link Here
176
    }
176
    }
177
    else
177
    else
178
    {
178
    {
179
      return tgtSDS->FindSensitiveDetector(aName);
179
      return tgtSDS->FindSensitiveDetector(aName,warning);
180
    }
180
    }
181
  }
181
  }
182
  else
182
  else

Return to problem 1993