X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fparanoia_check.cpp;h=d84946f20af732802a71d62ed4b588e2212b5e2e;hp=228d84653700626b9729e953a937fc9b9adb0491;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/check/paranoia_check.cpp b/check/paranoia_check.cpp index 228d8465..d84946f2 100644 --- a/check/paranoia_check.cpp +++ b/check/paranoia_check.cpp @@ -3,8 +3,9 @@ * This set of tests checks for some of GiNaC's oopses which showed up during * development. Things were evaluated wrongly and so. It should not find such * a sick behaviour again. But since we are paranoic and we want to exclude - * that behaviour for good... - * + * that behaviour for good... */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -23,6 +24,7 @@ */ #include +using namespace GiNaC; // The very first pair of historic problems had its roots in power.cpp and was // finally resolved on April 27th. (Fixing the first on April 23rd actually