Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/VRML/src/FRClient.cc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: FRClient.cc,v 1.7 2006/06/29 21:25:49 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: FRClient.cc,v 1.8 2010/11/11 00:14:50 akimura Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// FRClient.cc
     
    5656#include <stdio.h>
    5757
     58#include "G4VisManager.hh"
    5859#include "FRClient.h"
    5960
     
    99100        hp = gethostbyname(hostname) ;
    100101        if ( !hp ) {
    101                 G4cerr << "ERROR: gethostbyname() failed" << G4endl;
    102                 return -1;
     102          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     103                G4cout << "ERROR: gethostbyname() failed" << G4endl;
     104          return -1;
    103105        }
    104106
Note: See TracChangeset for help on using the changeset viewer.