~ubuntu-branches/ubuntu/saucy/rheolef/saucy

« back to all changes in this revision

Viewing changes to skit/lib/degree.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Saramito
  • Date: 2011-03-23 11:14:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323111426-cjvhey7lxt6077ty
Tags: 5.93-1
* New upstream release (minor changes):
  - some extra warning message deleted in heap_allocator
  - graphic output with mayavi2 fixed
  - add doc refman in .info and .pdf format

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    for (i = lbegin; i <= i__1; ++i) {
92
92
        node = ls[i];
93
93
        jstrt = -xadj[node];
94
 
        jstop = (i__2 = xadj[node + 1], (Integer)abs(i__2)) - 1;
 
94
        jstop = (i__2 = xadj[node + 1], (Integer)(i__2 > 0 ? i__2 : -i__2)) - 1;
95
95
        ideg = 0;
96
96
        if (jstop < jstrt) {
97
97
            goto L300;