diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-26 21:50:35 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-26 21:50:35 +0000 |
| commit | fba8f7cbf38bfa6ecd7bab7cdd5e6d08d53840c6 (patch) | |
| tree | 934b18298cf61842bdd4ee943c5b9e851daf94cb /NT/src/rotor.cpp | |
| parent | 0632c3bf7808608d9e1b165c30f6791662ce009c (diff) | |
making test
Diffstat (limited to 'NT/src/rotor.cpp')
| -rw-r--r-- | NT/src/rotor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp index f13f700..0c09b39 100644 --- a/NT/src/rotor.cpp +++ b/NT/src/rotor.cpp @@ -6,8 +6,8 @@ using namespace std; using namespace Rotor; int main(){ - a_node a; - map<string,string> settings={{"p1","1"}, {"p2","2"}, {"p3","3"}}; - a.init(settings); + //a_node a; + //map<string,string> settings={{"p1","1"}, {"p2","2"}, {"p3","3"}}; + //a.init(settings); printf("hello, world\n"); }
\ No newline at end of file |
