Ignore:
Timestamp:
Jan 16, 2009, 11:35:30 AM (15 years ago)
Author:
garnier
Message:

rien, juste un maj des tags

Location:
trunk/source/visualization/management/src
Files:
4 edited

Legend:

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

    r896 r907  
    2525//
    2626//
    27 // $Id: G4VViewer.cc,v 1.24 2007/01/05 16:25:15 allison Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4VViewer.cc,v 1.25 2009/01/13 09:55:15 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/source/visualization/management/src/G4ViewParameters.cc

    r897 r907  
    2525//
    2626//
    27 // $Id: G4ViewParameters.cc,v 1.31 2008/04/04 13:48:53 allison Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4ViewParameters.cc,v 1.32 2009/01/13 09:55:15 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    616616  G4int mask = fNoValue;
    617617  register char *strind;
    618   unsigned int tempWidth, tempHeight;
    619   G4int tempX, tempY;
     618  unsigned int tempWidth  = 0;
     619  unsigned int tempHeight = 0;
     620  G4int tempX = 0;
     621  G4int tempY = 0;
    620622  char *nextCharacter;
    621623  if ( (string == NULL) || (*string == '\0')) {
  • trunk/source/visualization/management/src/G4VisCommandsViewer.cc

    r897 r907  
    2525//
    2626//
    27 // $Id: G4VisCommandsViewer.cc,v 1.70 2008/04/30 10:07:28 allison Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4VisCommandsViewer.cc,v 1.73 2009/01/13 10:10:47 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929
    3030// /vis/viewer commands - John Allison  25th October 1998
  • trunk/source/visualization/management/src/G4VisManager.cc

    r897 r907  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VisManager.cc,v 1.115 2008/01/04 22:03:46 allison Exp $
    27 // GEANT4 tag $Name: HEAD $
     26// $Id: G4VisManager.cc,v 1.116 2009/01/13 09:55:15 lgarnier Exp $
     27// GEANT4 tag $Name: $
    2828//
    2929//
Note: See TracChangeset for help on using the changeset viewer.