X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fnumeric_consist.cpp;h=6c5fd6be6efbd916655f609163f516812de49cb9;hp=cd6f81ce09c49a6d9b3be459e7f168048554a92e;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/check/numeric_consist.cpp b/check/numeric_consist.cpp index cd6f81ce..6c5fd6be 100644 --- a/check/numeric_consist.cpp +++ b/check/numeric_consist.cpp @@ -1,8 +1,9 @@ /** @file numeric_consist.cpp * * This test routine creates some numbers and check the result of several - * boolean tests on these numbers like is_integer() etc... - * + * boolean tests on these numbers like is_integer() etc... */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -22,6 +23,7 @@ #include #include +using namespace GiNaC; /* Simple and maybe somewhat pointless consistency tests of assorted tests and * conversions. */