]> www.ginac.de Git - ginac.git/blobdiff - check/lsolve_onedim.cpp
- some indentation fixes
[ginac.git] / check / lsolve_onedim.cpp
index 5cd3421d2117770c7dff659651d3058de8079f0c..d1c19f7815f8cefe36c384cce7a383ffad3ad1c9 100644 (file)
@@ -1,8 +1,9 @@
 /** @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
 
 #include <ginac/ginac.h>
 
+#ifndef NO_GINAC_NAMESPACE
+using namespace GiNaC;
+#endif // ndef NO_GINAC_NAMESPACE
+
 unsigned lsolve_onedim(void)
 {
     unsigned result = 0;
@@ -39,7 +44,7 @@ unsigned lsolve_onedim(void)
              << aux << endl;
     }
     
-    if (! result) {
+    if (!result) {
         cout << " passed ";
         clog << "(no output)" << endl;
     } else {