From fba8f7cbf38bfa6ecd7bab7cdd5e6d08d53840c6 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 26 Dec 2013 21:50:35 +0000 Subject: making test --- NT/src/rotor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NT/src/rotor.cpp') 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 settings={{"p1","1"}, {"p2","2"}, {"p3","3"}}; - a.init(settings); + //a_node a; + //map settings={{"p1","1"}, {"p2","2"}, {"p3","3"}}; + //a.init(settings); printf("hello, world\n"); } \ No newline at end of file -- cgit v1.2.3