]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/upoly.h
Happy New Year!
[ginac.git] / ginac / polynomial / upoly.h
index 0603f42f5535a25795e8031d20d8e7947d0f9ba7..2c59a0038db5b1d2aa4d5c613effe604945e05a9 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to polynomials with integer and modular coefficients. */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 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
@@ -169,7 +169,7 @@ template<typename T> bool divide(T& p, const typename T::value_type& c)
 
 // Convert Z[x] -> Z/p[x]
 
-static void
+static inline void
 make_umodpoly(umodpoly& up, const upoly& p, const cln::cl_modint_ring& R)
 {
        for (std::size_t i = p.size(); i-- != 0; )