Subversion Repositories public iLand

Rev

Rev 1033 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef ABESTANDREMOVALOUT_H
#define ABESTANDREMOVALOUT_H
#include "output.h"

namespace ABE {

class ABEStandRemovalOut : public Output
{
public:
    ABEStandRemovalOut();
    virtual void exec();
    virtual void setup();

};


} // namespace

#endif // ABESTANDREMOVALOUT_H