Changeset 1159 for trunk


Ignore:
Timestamp:
Nov 9, 2009, 6:57:03 PM (15 years ago)
Author:
garnier
Message:

mise en place de Vis dans UI

Location:
trunk/source/intercoms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/intercoms/include/G4UImanager.hh

    r1140 r1159  
    2626//
    2727// $Id: G4UImanager.hh,v 1.21 2006/06/29 19:08:17 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     28// GEANT4 tag $Name: $
    2929//
    3030
     
    199199      { return session; }
    200200  public: // with description
    201       inline void SetSession(G4UIsession *const value)
    202   { printf("+++++++SetSession value:%d \n",value);session = value; }
     201  void SetSession(G4UIsession *const value);
     202
    203203      //  This method defines the active (G)UI session.
    204204     void SetCoutDestination(G4UIsession *const value);
  • trunk/source/intercoms/src/G4UImanager.cc

    r1016 r1159  
    5858      fUImanager = new G4UImanager;
    5959      fUImanager->CreateMessenger();
     60      printf("G4UImanager::G4UImanager() :: Creation ================ %d\n",fUImanager);
    6061    }
    6162  }
     
    501502//}
    502503
     504void G4UImanager::SetSession(G4UIsession *const value)
     505{
     506  session = value;
     507}
    503508
    504509
Note: See TracChangeset for help on using the changeset viewer.