Ignore:
Timestamp:
10/16/06 20:14:15 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteAsciiFile.cc

    r4889 r8075  
    5454
    5555#include "MDataList.h"   // MDataList
    56 #include "MDataChain.h"  // MDataChain
     56#include "MDataPhrase.h" // MDataPhrase
    5757#include "MDataValue.h"  // MDataValue
    5858#include "MDataMember.h" // MDataMember
     
    247247//
    248248// Add a rule to be written as a column to the ascii file.
    249 // For more information about rules see MDataChain.
     249// For more information about rules see MDataPhrase.
    250250//
    251251//  eg: MWriteAsciiFile::AddColumn("log10(MHillas.fEnergy)/2")
     
    253253void MWriteAsciiFile::AddColumn(const TString rule)
    254254{
    255     MDataChain *chain = new MDataChain(rule);
     255    MDataPhrase *chain = new MDataPhrase(rule);
    256256    fList.Add(chain);
    257257}
Note: See TracChangeset for help on using the changeset viewer.