diff options
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 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>; |
