X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck.h;h=d9ebbb6636228e70ffc70cae5ce66db8e0f28efd;hp=89a093e78f90fd4952af0762feb63e06f0cc3306;hb=1a21a1a5d97950126a8df787302286b6cc1a902c;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27 diff --git a/check/check.h b/check/check.h index 89a093e7..d9ebbb66 100644 --- a/check/check.h +++ b/check/check.h @@ -1,8 +1,9 @@ /** @file check.h * - * Prototypes for all individual checks. - * - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * Prototypes for all individual checks. */ + +/* + * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,5 +40,6 @@ unsigned normalization(); unsigned matrix_checks(); unsigned lsolve_onedim(); unsigned series_expansion(); +unsigned lortensor_check(); #endif // ndef CHECK_H