diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-19 09:33:14 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-19 09:33:14 +0000 |
| commit | 1e01ca3e89beca6870a3112c4513df66dd07dbb1 (patch) | |
| tree | ff3128a93b0d7de9416eaf701267a315c0f8c0fb /NT/src/rotor.cpp | |
| parent | 4f840c4ffee84df757bb593e8f3efe631235e521 (diff) | |
json spreadiing
Diffstat (limited to 'NT/src/rotor.cpp')
| -rw-r--r-- | NT/src/rotor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp index faea5f0..d244d49 100644 --- a/NT/src/rotor.cpp +++ b/NT/src/rotor.cpp @@ -128,4 +128,6 @@ Json::Value js; f.list_node("multiply",js); Json::StyledWriter writer; cerr<<writer.write(js)<<endl; +f.list_node("print",js); +cerr<<writer.write(js)<<endl; } |
