]> www.ginac.de Git - ginac.git/blobdiff - ginac/integral.h
build: don't run any ${host} binaries while checking for readline.
[ginac.git] / ginac / integral.h
index f1c829c1e8fa4d28b4d3c273eb66f4df24409785..c85a68278383969e62aa8414b6c20add518d9cac 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's symbolic  integral. */
 
 /*
- *  GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2008 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
@@ -28,7 +28,7 @@
 
 namespace GiNaC {
 
-/** Product of expressions. */
+/** Symbolic integral. */
 class integral : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(integral, basic)