X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fpoly_gcd.cpp;h=484eb2d27c93aebfd8e7224e14693ee8fe1f4aab;hp=542bc80c8439d8a805b161f138c70e8d21aedadd;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=a8507b8af1c08d9b27d98d57f95c7ca1a8671e27 diff --git a/check/poly_gcd.cpp b/check/poly_gcd.cpp index 542bc80c..484eb2d2 100644 --- a/check/poly_gcd.cpp +++ b/check/poly_gcd.cpp @@ -1,8 +1,9 @@ /** @file poly_gcd.cpp * * Some test with polynomial GCD calculations. See also the checks for - * rational function normalization in normalization.cpp. - * + * rational function normalization in normalization.cpp. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -21,6 +22,7 @@ */ #include +using namespace GiNaC; const int MAX_VARIABLES = 5;