Ignore:
Timestamp:
03/27/01 16:05:54 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGMarsMain.h

    r698 r706  
    2626  //  the things for the menu bar
    2727   
    28   TGMenuBar         *fMenuBar ;
    29   TGPopupMenu       *fFileMenu ;
    30   TGLayoutHints     *fLayMenuBar, *fLayMenuItem ;
     28  TGMenuBar          *fMenuBar ;
     29  TGPopupMenu        *fFileMenu ;
     30  TGLayoutHints      *fLayMenuBar;
     31  TGLayoutHints      *fLayMenuItem ;
    3132  TGHorizontal3DLine *fLineSep ;
    3233
     
    4041  //   the object in the top part of the frame
    4142 
    42   TGPictureButton *fPicMagic, *fPicMars ;
     43  TGPictureButton  *fPicMagic;
     44  TGPictureButton  *fPicMars ;
    4345 
    4446  //   the object in the low part of the frame
    4547 
    46   TGVerticalFrame  *fTabF1, *fTabF2 ;
     48  TGVerticalFrame  *fTabF1;
     49  TGVerticalFrame  *fTabF2 ;
    4750 
    48   TGTextButton     *fButEvtDisp, *fButDataCheck, *fButAnalys, *fButMonteCarlo ;
     51  TGTextButton     *fButEvtDisp;
     52  TGTextButton     *fButDataCheck;
     53  TGTextButton     *fButAnalys;
     54  TGTextButton     *fButMonteCarlo ;
    4955  TGLayoutHints    *fButLayout ;
    5056 
  • trunk/MagicSoft/Mars/mgui/MGMonteCarloMain.cc

    r571 r706  
    2727MGMonteCarloMain::MGMonteCarloMain(const TGWindow *p, const TGWindow *main,
    2828                            UInt_t w, UInt_t h )
    29         : TGTransientFrame(p, main, w, h ) 
     29        : TGTransientFrame(p, main, w, h )
    3030{
    3131  //
     
    222222  //   Checks if there is a selected input root file
    223223   
    224   if ( strcmp ( fInputFile, "\n") == 0 )
    225     {
    226       return ( kFALSE ) ;
    227     }
    228  
    229   return (kTRUE) ;
     224    return strcmp ( fInputFile, "\n") == 0 ? kFALSE : kTRUE;
    230225}
    231226
Note: See TracChangeset for help on using the changeset viewer.