X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck.h;h=7bdfe2c906cb2f463efacd84bd7516fc3d01b1b9;hp=1d149dac9858a95a60ca2e12000e9ad3dc8a9329;hb=ff6822e9aa640a0ee6eeb653e891a236a19a1e64;hpb=6ba910273b7555cc2790013fdec2ae033e4bd766 diff --git a/check/check.h b/check/check.h index 1d149dac..7bdfe2c9 100644 --- a/check/check.h +++ b/check/check.h @@ -3,7 +3,7 @@ * Prototypes for all individual checks. */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * 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 @@ -38,7 +38,7 @@ unsigned differentiation(); unsigned poly_gcd(); unsigned normalization(); unsigned matrix_checks(); -unsigned lsolve_onedim(); +unsigned linear_solve(); unsigned series_expansion(); unsigned lortensor_check();