diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
| commit | e80b647faa5a61c81964252a395fe4cb48443315 (patch) | |
| tree | 38459add147f167a0c2c0bcd250afa548385129c /NT/src/rotor.cpp | |
| parent | 5d0be7d626be45e035df7d3e77a955f5afe2e67a (diff) | |
reinstating session command array
Diffstat (limited to 'NT/src/rotor.cpp')
| -rw-r--r-- | NT/src/rotor.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp index 2909255..12218e5 100644 --- a/NT/src/rotor.cpp +++ b/NT/src/rotor.cpp @@ -40,10 +40,9 @@ Json::Value Variable_array_type<T>::to_json(){ return json; } -//explicit template instantiation +//explicit template instantiation to avoid linker errors template class Variable_type<double>; template class Variable_type<string>; - template class Variable_array_type<double>; @@ -65,7 +64,6 @@ Json::Value Node::to_json(){ return node; } -//factory generates linker errors if rotor.h implementation is seperated: why? //int main(){ |
