Changeset 19880 for trunk/FACT++/src


Ignore:
Timestamp:
12/01/19 20:33:48 (5 years ago)
Author:
tbretz
Message:
Additional comment, unfold if.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2csv.cc

    r19817 r19880  
    113113        "   --add.Area='TMath::TwoPi()*Width*Length'\n"
    114114        "\n"
     115        "Details on interpretation can be found in the documentation of TFormula::Analyze\n"
     116        "\n"
    115117#if ROOT_VERSION_CODE < ROOT_VERSION(6,18,00)
    116118        "Note that functions which require two arguments (e.g. atan2) can be used in "
     
    218220            return 9;
    219221        }
    220         else
    221         {
    222             if (verbose>0)
    223                 cerr << "File '" << path << "' will be overwritten." << endl;
    224         }
     222
     223        if (verbose>0)
     224            cerr << "File '" << path << "' will be overwritten." << endl;
    225225    }
    226226    return exist ? 0 : -1;
Note: See TracChangeset for help on using the changeset viewer.