]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.cpp
Fixed misprint in the delta tensor example.
[ginac.git] / ginac / power.cpp
index f2c3731a9ee2b505850d7c499a4794931482ac0d..2016a89f9ef87b36d73e19dedd912bf10ae03446 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's symbolic exponentiation (basis^exponent). */
 
 /*
- *  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
@@ -614,7 +614,7 @@ unsigned power::return_type() const
 {
        return basis.return_type();
 }
-   
+
 unsigned power::return_type_tinfo() const
 {
        return basis.return_type_tinfo();