Changeset 228


Ignore:
Timestamp:
Jun 23, 2006, 3:05:41 PM (19 years ago)
Author:
barrand
Message:

G.Barrand : handle file format in firt arg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/MEMPHYS_session.cxx

    r220 r228  
    112112 public:
    113113  AppManager(Slash::Core::ISession& aSession,AIDA::IAnalysisFactory* aAIDA,bool aBatch)
    114     :Analysis(aAIDA,aBatch),fSession(aSession),fName("MEMPHYS::AppManager") {}
     114    :Analysis(aAIDA,"",aBatch)
     115    ,fSession(aSession)
     116    ,fName("MEMPHYS::AppManager") {}
    115117  virtual ~AppManager(){}
    116118 private:
Note: See TracChangeset for help on using the changeset viewer.