Ignore:
Timestamp:
Jun 27, 2008, 3:37:41 PM (16 years ago)
Author:
garnier
Message:

last updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/src/G4ViewParameters.cc

    r772 r846  
    2525//
    2626//
    27 // $Id: G4ViewParameters.cc,v 1.30 2008/03/10 16:23:42 lgarnier Exp $
     27// $Id: G4ViewParameters.cc,v 1.31 2008/04/04 13:48:53 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    513513
    514514  if (IsExplode() &&
    515       (fExplodeFactor != v.fExplodeFactor) ||
    516       (fExplodeCentre != v.fExplodeCentre)) return true;
     515      ((fExplodeFactor != v.fExplodeFactor) ||
     516       (fExplodeCentre != v.fExplodeCentre))) return true;
    517517
    518518  return false;
Note: See TracChangeset for help on using the changeset viewer.