]> www.ginac.de Git - ginac.git/blobdiff - check/inifcns_consist.cpp
- put everything in "GiNaC" namespace
[ginac.git] / check / inifcns_consist.cpp
index 5d91a145f3adc53e3f15c75e45abd7fafb6ffe7c..e51625b2fe2e60b74fd08f9ca588556bd81cdc51 100644 (file)
@@ -1,8 +1,9 @@
 /** @file inifcns_consist.cpp
  *
  *  This test routine applies assorted tests on initially known higher level
- *  functions.
- *
+ *  functions. */
+
+/*
  *  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 <ginac/ginac.h>
+using namespace GiNaC;
 
 /* Simple tests on the sine trigonometric function. */
 static unsigned inifcns_consist_sin(void)