Initial snark14m import
[snark14.git] / src / snark / term.h
1 /* 
2  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3  *                                                                           *
4  *                              S N A R K   1 4                              *
5  *                                                                           *
6  *                     A PICTURE RECONSTRUCTION PROGRAM                      *
7  *                                                                           *
8  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
9
10  term.h,v 1.2 2008/08/25 16:11:09 jklukowska Exp
11 */
12
13 #ifndef TERM_H
14 #define TERM_H
15
16 #include "blkdta.h"
17 #include "termtest.h"
18
19 extern class term_class
20 {
21 public:
22 // bug220 - allow user args for termination tests - swr - 1/30/07
23   termtest_class* termInstance;
24   INTEGER iterations;
25 } Term;
26
27 #endif