Changeset 5f93d7 in git


Ignore:
Timestamp:
Apr 15, 2014, 6:19:58 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
29aa59a012bfd6e62f00c670f08fdcf0e9d51e52
Parents:
043e587cdc4c60303da9759c7df389814e5187a8
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-04-15 18:19:58+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-04-15 18:20:37+02:00
Message:
fix: removed wrong assume
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r043e58 r5f93d7  
    85698569
    85708570  // catch missing a cmd:
    8571   assume(0);
     8571  // may be missing as a op for blackbox, if the first operand is "undef" instead of bb
     8572  // Print("op %d (%c) unknown",op,op);
    85728573  return 0;
    85738574}
Note: See TracChangeset for help on using the changeset viewer.