]> www.ginac.de Git - ginac.git/blobdiff - ginac/utils.h
Bug fix in the routine H_evalf (a minus sign should not be forgotten).
[ginac.git] / ginac / utils.h
index 3c8c50bb76db71f041379f16f125fbf3325978e2..7c67085d2d2aab537fdf2d1b1783bf311b207ebf 100644 (file)
@@ -4,7 +4,7 @@
  *  of any interest to the user of the library. */
 
 /*
- *  GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2021 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
@@ -397,7 +397,7 @@ private:
        // Generates all distinct permutations of a multiset.
        // (Based on Aaron Williams' algorithm 1 from "Loopless Generation of
        // Multiset Permutations using a Constant Number of Variables by Prefix
-       // Shifts." <http://webhome.csc.uvic.ca/~haron/CoolMulti.pdf>)
+       // Shifts." <https://dl.acm.org/doi/pdf/10.5555/1496770.1496877>)
        struct coolmulti {
                // element of singly linked list
                struct element {