]> www.ginac.de Git - ginac.git/blobdiff - check/main.cpp
- added simple checks of manipulations with lortensor objects.
[ginac.git] / check / main.cpp
index 0171e9c56de84dd0fff035d1b0c0f47d751d92a0..b074ec1c23f986231b324a02a04fa0eb5d018b51 100644 (file)
@@ -43,10 +43,11 @@ 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;
-               result++;
+        result++;
     }
     
     if (result) {