]> www.ginac.de Git - ginac.git/blobdiff - check/main.cpp
- added simple checks of manipulations with lortensor objects.
[ginac.git] / check / main.cpp
index cf363983f2863802cb917d3e907552336bbde0c8..b074ec1c23f986231b324a02a04fa0eb5d018b51 100644 (file)
@@ -43,6 +43,7 @@ int main()
             result += fcntimer(matrix_checks);
             result += fcntimer(lsolve_onedim);
             result += fcntimer(series_expansion);
+            result += fcntimer(lortensor_check);
         }
     } catch (exception const & e) {
         cout << "error: caught an exception: " << e.what() << endl;