]> git.donarmstrong.com Git - mothur.git/blob - quitcommand.cpp
Initial revision
[mothur.git] / quitcommand.cpp
1 /*
2  *  quitcommand.cpp
3  *  Dotur
4  *
5  *  Created by Sarah Westcott on 1/2/09.
6  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
7  *
8  */
9
10 #include "quitcommand.h"
11
12 //**********************************************************************************************************************
13
14 QuitCommand::QuitCommand(){}
15
16 //**********************************************************************************************************************
17
18 QuitCommand::~QuitCommand(){}
19
20 //**********************************************************************************************************************
21
22 int QuitCommand::execute(){
23         return 1;
24 }
25
26 //**********************************************************************************************************************