Ignore:
Timestamp:
Feb 16, 2009, 2:43:12 PM (15 years ago)
Author:
garnier
Message:

ca marche

File:
1 edited

Legend:

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

    r921 r923  
    4141#include <Inventor/errors/SoDebugError.h>
    4242
    43 //#include "Geant4_gl2ps.h"
     43#include "Geant4_gl2ps.h"
    4444
    4545#include <stdio.h>
     
    9797    const SbViewportRegion& vpr = getViewportRegion();
    9898    SoViewportRegionElement::set(getState(),vpr);
    99     Geant4_gl2psBegin();
     99    G4gl2psBegin();
    100100    traverse(aNode);
    101     Geant4_gl2psEndPage();       
     101    gl2psEndPage();       
    102102#else //SGI
    103103    SoGLRenderAction::beginTraversal(aNode);
Note: See TracChangeset for help on using the changeset viewer.