]> www.ginac.de Git - ginac.git/blobdiff - ginac/expairseq.h
- bugfix: 2^(3/2) does not throw any more. This was now secured in...
[ginac.git] / ginac / expairseq.h
index 9c32dbdf5fb8ec7dd446c10fc146fe617500c9a7..bcd2f66fa8896c7f322eece6c3172a8379cf98d9 100644 (file)
@@ -165,7 +165,8 @@ protected:
                             vector<bool> & touched,
                             unsigned & number_of_zeroes);
     bool has_coeff_0(void) const;
-    void add_numerics_to_hashtab(epvector::iterator first_numeric,                                              epvector::const_iterator last_non_zero);
+    void add_numerics_to_hashtab(epvector::iterator first_numeric,
+                                 epvector::const_iterator last_non_zero);
 #endif // def EXPAIRSEQ_USE_HASHTAB
     bool is_canonical() const;
     epvector * expandchildren(unsigned options) const;