Ignore:
Timestamp:
May 6, 2009, 5:55:22 PM (15 years ago)
Author:
garnier
Message:

en test before cvs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/src/G4VUIshell.cc

    r1027 r1032  
    149149//////////////////////////////////////////////////////////////////////
    150150{
    151   printf("G4VUIshell::GetAbsCommandDirPath %s\n",apath.c_str());
    152151  if(apath.empty()) return apath;  // null string
    153152
     
    158157
    159158  // parsing...
    160   printf("G4VUIshell::GetAbsCommandDirPath bpath %s\n",bpath.c_str());
    161159  G4String absPath= "/";
    162   printf("G4VUIshell::GetAbsCommandDirPath num %d \n",G4int(bpath.length())-1);
    163160  for(G4int indx=1; indx<=G4int(bpath.length())-1; ) {
    164     printf("G4VUIshell::GetAbsCommandDirPath for %d/%d \n",indx,G4int(bpath.length())-1);
    165161    G4int jslash= bpath.index("/", indx);  // search index begin with "/"
    166162    if(jslash != G4int(G4String::npos)) {
     
    181177    indx= jslash+1;
    182178  }
    183   printf("G4VUIshell::GetAbsCommandDirPath RETURN %s\n",absPath.c_str());
    184179  return  absPath;
    185180}
Note: See TracChangeset for help on using the changeset viewer.