Changeset a2cdd62 in git for kernel/semic.cc
- Timestamp:
- Nov 15, 2011, 7:28:26 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7d58b610fedb008c184de5ef38c1cd5bc05d1ecc
- Parents:
- 4e855a74192517a72dcb8d0b593d1a3706ed88d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/semic.cc
r4e855a7 ra2cdd62 413 413 Rational alpha2 = -1; 414 414 415 int mult= INT_MAX,nthis,nt;415 int mult=MAX_INT_VAL,nthis,nt; 416 416 417 417 while( u.next_interval( &alpha1,&alpha2 ) ) … … 442 442 Rational alpha2 = -1; 443 443 444 int mult= INT_MAX,nthis,nt;444 int mult=MAX_INT_VAL,nthis,nt; 445 445 446 446 while( u.next_interval( &alpha1,&alpha2 ) )
Note: See TracChangeset
for help on using the changeset viewer.