Ignore:
Timestamp:
Apr 2, 2009, 3:23:18 PM (15 years ago)
Author:
garnier
Message:

after maj on CVS good-HEAD

Location:
trunk/source/visualization/OpenInventor/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenInventor/src/G4OpenInventorXt.cc

    r914 r959  
    1616// * for the full disclaimer and the limitation of liability.         *
    1717// *                                                                  *
    18 // * This  code  implementation is the result of the  scientific and *
     18// * This  code  implementation is the result of  the  scientific and *
    1919// * technical work of the GEANT4 collaboration.                      *
    2020// * By using,  copying,  modifying or  distributing the software (or *
     
    2626//
    2727// $Id: G4OpenInventorXt.cc,v 1.4 2006/06/29 21:22:24 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/source/visualization/OpenInventor/src/SoMarkerSet.cc

    r931 r959  
    732732    delete bitmap;
    733733  }
     734#ifdef G4DEBUG_VIS_OI
    734735  printf("DM %d %d %f %f",w,h,xorig,yorig);
     736#endif
    735737
    736738  if(aAction->isOfType(SoGL2PSAction::getClassTypeId())) {
     739#ifdef G4DEBUG_VIS_OI
    737740    printf(" GL2PS ");
     741#endif
    738742    ((SoGL2PSAction*)aAction)->addBitmap(w-2,h-2,xorig,yorig,xmove,ymove);
    739743  }
Note: See TracChangeset for help on using the changeset viewer.