Changeset 7573


Ignore:
Timestamp:
03/06/06 15:43:00 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7572 r7573  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/03/06 Thomas Bretz
     21
     22   * showplot.cc:
     23     - fixed the position were the first argument is converted
     24       to lower case. Until this fix no upper case could be used
     25       in file names
     26
     27
     28
    2029 2006/03/06 Daniela Dorner
    2130
  • trunk/MagicSoft/Mars/showplot.cc

    r7534 r7573  
    159159    //
    160160    TString kInput = arg.GetArgumentStr(0);
    161     kInput.ToLower();
    162161
    163162    //
     
    168167        const Int_t num = arg.GetArgumentStr(1).Atoi();
    169168        TString file = "/magic/data/";
     169
     170        kInput.ToLower();
    170171        switch (kInput.Hash())
    171172        {
Note: See TracChangeset for help on using the changeset viewer.