]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_consist.cpp
- put everything in "GiNaC" namespace
[ginac.git] / check / numeric_consist.cpp
index cd6f81ce09c49a6d9b3be459e7f168048554a92e..6c5fd6be6efbd916655f609163f516812de49cb9 100644 (file)
@@ -1,8 +1,9 @@
 /** @file numeric_consist.cpp
  *
  *  This test routine creates some numbers and check the result of several
 /** @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
  *  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 <stdlib.h>
 #include <ginac/ginac.h>
 
 #include <stdlib.h>
 #include <ginac/ginac.h>
+using namespace GiNaC;
 
 /* Simple and maybe somewhat pointless consistency tests of assorted tests and
  * conversions. */
 
 /* Simple and maybe somewhat pointless consistency tests of assorted tests and
  * conversions. */