Ignore:
Timestamp:
01/31/13 11:55:12 (12 years ago)
Author:
Jens Buss
Message:
small bug in if else
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/PulseTemplates/rootfilehandler.C

    r13853 r14807  
    242242    if ( hostName.Contains("isdc") ) //IF ONE IS WORKING AT ISDC
    243243    {
    244 
     244        cout << "computing site is ISDC" << endl;
    245245        dataDirectory = "/fact/";
    246246        homeDirectory = "/home_nfs/isdc/jbbuss/";
    247247    }
    248     if ( hostName.Contains("hpc")||hostName.Contains("node") ) //IF ONE IS WORKING AT PHIDO
    249     {
    250 
     248    else if ( hostName.Contains("hpc")||hostName.Contains("node") ) //IF ONE IS WORKING AT PHIDO
     249    {
     250        cout << "computing site is PhiDO" << endl;
    251251        dataDirectory = "/fhgfs/groups/app/fact-construction/";
    252252        homeDirectory = "/fhgfs/users/jbuss/";
Note: See TracChangeset for help on using the changeset viewer.