]> www.ginac.de Git - ginac.git/blobdiff - check/lsolve_onedim.cpp
- changed function::diff() to be more tolerant by checking first if the
[ginac.git] / check / lsolve_onedim.cpp
index 5cd3421d2117770c7dff659651d3058de8079f0c..448a16372ba40464ad66f89474a5aa83f9a860ee 100644 (file)
@@ -1,8 +1,9 @@
 /** @file lsolve_onedim.cpp
  *
  * This test routine does some simple checks on solving a polynomial for a
 /** @file lsolve_onedim.cpp
  *
  * This test routine does some simple checks on solving a polynomial for a
- * variable.
- *
+ * variable. */
+
+/*
  *  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;
 
 unsigned lsolve_onedim(void)
 {
 
 unsigned lsolve_onedim(void)
 {