]> www.ginac.de Git - ginac.git/blobdiff - check/check.h
- added simple checks of manipulations with lortensor objects.
[ginac.git] / check / check.h
index 89a093e78f90fd4952af0762feb63e06f0cc3306..1d149dac9858a95a60ca2e12000e9ad3dc8a9329 100644 (file)
@@ -1,7 +1,8 @@
 /** @file check.h
  *
- *  Prototypes for all individual checks.
- *
+ *  Prototypes for all individual checks. */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -39,5 +40,6 @@ unsigned normalization();
 unsigned matrix_checks();
 unsigned lsolve_onedim();
 unsigned series_expansion();
+unsigned lortensor_check();
 
 #endif // ndef CHECK_H