~mwinter4/maus/ckov_0_9_3

« back to all changes in this revision

Viewing changes to src/common_cpp/Simulation/DetectorConstruction.cc

MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
  try {
244
244
  for (int i = 0; i < _model->daughters(); ++i)
245
245
    AddDaughter(_model->daughter(i), _rootPhysicalVolume);
246
 
  } catch(Exception exc) {
 
246
  } catch (Exception exc) {
247
247
    Squeak::activateCout(cout_alive);
248
248
    throw exc;
249
249
  }