summaryrefslogtreecommitdiff
path: root/NT/src/rotor.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-31 16:29:05 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-31 16:29:05 +0000
commit8d2a96416c0c02ec14f14c363052468115e61ec2 (patch)
tree4e633c38fde635bf87e3f798ab3d856d01a33f50 /NT/src/rotor.cpp
parent36826b5680db3265e3432455c9e91a9b4ee474e4 (diff)
switch render 2
Diffstat (limited to 'NT/src/rotor.cpp')
-rw-r--r--NT/src/rotor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp
index 12218e5..1c46cad 100644
--- a/NT/src/rotor.cpp
+++ b/NT/src/rotor.cpp
@@ -41,8 +41,10 @@ Json::Value Variable_array_type<T>::to_json(){
}
//explicit template instantiation to avoid linker errors
+template class Variable_type<int>;
template class Variable_type<double>;
template class Variable_type<string>;
+
template class Variable_array_type<double>;