Changeset 5b3d51 in git


Ignore:
Timestamp:
Apr 3, 2021, 3:28:15 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a6066346d52c8c0689e6c1366c1a4d6badfcb3c1
Parents:
cc4d1d4ed1c2517f2d5cd9916a5c87af5f667b3a
Message:
compiler warning (different type on diff. systems)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hdegree.cc

    rcc4d1d4 r5b3d51  
    22312231  }
    22322232  if (TEST_OPT_PROT)
    2233     Print("Simplified Ufnarovski graph to %dx%d.\n", vvUG.size(), vvUG.size());
     2233    Print("Simplified Ufnarovski graph to %dx%d.\n", (int)vvUG.size(), (int)vvUG.size());
    22342234
    22352235  // for normal words of length >= maxDeg
Note: See TracChangeset for help on using the changeset viewer.