]> www.ginac.de Git - ginac.git/commitdiff
* Sync to HEAD (GCC 4.1 patch) [Sheplyakov Alexei].
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 27 Nov 2005 00:08:50 +0000 (00:08 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 27 Nov 2005 00:08:50 +0000 (00:08 +0000)
ginac/indexed.cpp

index ef904f7222bfc798420dee5cdb6bed6373426a26..26fb692f019e96713245f70120fde5714827cc89 100644 (file)
@@ -704,6 +704,9 @@ static void product_to_exvector(const ex & e, exvector & v, bool & non_commutati
        }
 }
 
+// Forward declaration needed in absence of friend injection, C.f. [namespace.memdef]:
+ex simplify_indexed(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
+
 /** Simplify product of indexed expressions (commutative, noncommutative and
  *  simple squares), return list of free indices. */
 ex simplify_indexed_product(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp)