| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | ||
| 4 | #include "visitors/BaseVisitor.hpp" | |
| 5 | #include "io/ZConsReader.hpp" | |
| 6 | < | |
| 6 | > | #include "visitors/AtomData.hpp" |
| 7 | > | #include "constraints/ZconsData.hpp" |
| 8 | enum ZConsState{zsFixed, zsMoving}; | |
| 9 | < | |
| 9 | > | namespace oopse { |
| 10 | > | |
| 11 | class ZConsVisitor : public BaseVisitor{ | |
| 12 | public: | |
| 13 | ||
| # | Line 39 | Line 41 | class ZConsVisitor : public BaseVisitor{ | |
| 41 | ZConsReader* zconsReader; | |
| 42 | SimInfo* info; | |
| 43 | }; | |
| 44 | + | |
| 45 | + | }//namespace oopse |
| 46 | #endif // _ZCONS_VISITOR_H_ | |
| 47 | ||
| 48 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |