]> www.ginac.de Git - ginac.git/blobdiff - check/series_expansion.cpp
- libginac.la no longer includes a dependency on libreadline
[ginac.git] / check / series_expansion.cpp
index 0f8437b247c94da4fdd2e7f205eb18a4677d454b..292f5b922751d6a832f2a28168192376d6092643 100644 (file)
@@ -1,7 +1,8 @@
 /** @file series_expansion.cpp
  *
- *  Series expansion test (Laurent and Taylor series).
- *
+ *  Series expansion test (Laurent and Taylor series). */
+
+/*
  *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -20,6 +21,7 @@
  */
 
 #include <ginac/ginac.h>
+using namespace GiNaC;
 
 static symbol x("x");