Ignore:
Timestamp:
04/03/03 11:44:57 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHArray.cc

    r1883 r1895  
    278278// Default constructor. Use MHArray::Set to setup the MHArray afterwards
    279279//
    280 MHArray::MHArray(const char *name=NULL, const char *title=NULL)
     280MHArray::MHArray(const char *name, const char *title)
    281281    : fIdx(0), fClass(NULL), fTemplate(NULL), fTemplateName("<dummy>")
    282282{
  • trunk/MagicSoft/Mars/mhist/MHMatrix.cc

    r1891 r1895  
    10521052        TString name = GetEnvValue(env, prefix, idx, "");
    10531053        if (name.IsNull())
    1054             return kTRUE;
    1055 
    1056         /*
    1057         if (name.BeginsWith("\"") && name.EndsWith("\""))
    1058         {
    1059             name.Remove(name.Last('\"'), 1);
    1060             name.Remove(name.First('\"'), 1);
    1061         }
    1062         */
     1054            break;
    10631055
    10641056        if (print)
Note: See TracChangeset for help on using the changeset viewer.