Changeset 8956 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/14/08 15:32:16 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8955 r8956  
    8585     - added
    8686
     87   * mhist/MHCamera.cc:
     88     - fixed a bug in the profile and projection functions namely that
     89       the default was not correctly treated because char* was
     90       compared with char*
    8791
    8892
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r8775 r8956  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.107 2007-12-03 17:44:46 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.108 2008-06-14 14:32:15 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    2222!   Author(s): Markus Gaug, 03/2004 <mailto:markus@ifae.es>
    2323!
    24 !   Copyright: MAGIC Software Development, 2000-2007
     24!   Copyright: MAGIC Software Development, 2000-2008
    2525!
    2626!
     
    697697    // Create the projection histogram
    698698    TString pname(name);
    699     if (name=="_py")
     699    if (pname=="_proj")
    700700    {
    701701        pname.Prepend(GetName());
     
    791791    // Create the projection histogram
    792792    TString pname(name);
    793     if (name=="_rad")
     793    if (pname=="_rad")
    794794    {
    795795        pname.Prepend(GetName());
     
    877877    // Create the projection histogram
    878878    TString pname(name);
    879     if (name=="_azi")
     879    if (pname=="_az")
    880880    {
    881881        pname.Prepend(GetName());
Note: See TracChangeset for help on using the changeset viewer.