]> www.ginac.de Git - ginac.git/blobdiff - ginac/integral.cpp
Happy new year!
[ginac.git] / ginac / integral.cpp
index d2815c36f3b713e7b55a480cc12597ba38beac64..041f823aaf43eb353e9cebb0c70c892c6c597e6c 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's symbolic  integral. */
 
 /*
- *  GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -203,7 +203,7 @@ ex integral::evalf(int level) const
 }
 
 int integral::max_integration_level = 15;
-ex integral::relative_integration_error = power(10,-8).evalf();
+ex integral::relative_integration_error = 1e-8;
 
 ex subsvalue(const ex & var, const ex & value, const ex & fun)
 {