]> www.ginac.de Git - ginac.git/blobdiff - check/powerlaws.cpp
- put everything in "GiNaC" namespace
[ginac.git] / check / powerlaws.cpp
index 2a6382a812688bdda81e43fe82c1456b730503a5..c51bff8e596ef52a7977c68b281161fe87e09ba1 100644 (file)
@@ -1,8 +1,9 @@
 /** @file powerlaws.cpp
  *
  *  Tests for power laws.  You shouldn't try to draw much inspiration from
 /** @file powerlaws.cpp
  *
  *  Tests for power laws.  You shouldn't try to draw much inspiration from
- *  this code, it is a sanity check rather deeply rooted in GiNaC's classes.
- *
+ *  this code, it is a sanity check rather deeply rooted in GiNaC's classes. */
+
+/*
  *  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
@@ -21,6 +22,7 @@
  */
 
 #include <ginac/ginac.h>
  */
 
 #include <ginac/ginac.h>
+using namespace GiNaC;
 
 static unsigned powerlaws1(void)
 {
 
 static unsigned powerlaws1(void)
 {