Changeset 799929 in git


Ignore:
Timestamp:
Nov 14, 2023, 12:05:49 PM (6 months ago)
Author:
Jerry James <loganjerry@…>
Branches:
(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
6f3093a1774ee01951d598de33a33ffb140aea2b
Parents:
33a35c882bb48551f36e8b0f2c67239f5053098b
git-author:
Jerry James <loganjerry@gmail.com>2023-11-14 04:05:49-07:00
git-committer:
GitHub <noreply@github.com>2023-11-14 12:05:49+01:00
Message:
Fix a sequence point error in gfanlib (#1200)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_tropicalhomotopy.h

    r33a35c8 r799929  
    455455
    456456                        choices=parent.choices;
    457                         int numberToDrop=(subconfigurationIndex!=0) ? numberToDrop=k+1 : 0;
     457                        int numberToDrop=(subconfigurationIndex!=0) ? k+1 : 0;
    458458
    459459                        choices[subconfigurationIndex-1].first-=numberToDrop;
Note: See TracChangeset for help on using the changeset viewer.