Changeset 80f8f6c in git for IntegerProgramming


Ignore:
Timestamp:
Feb 23, 2016, 2:11:24 AM (8 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
ca5f5ec50e7d7e43e956e80b9cff948d8a89ee55
Parents:
50c6c2f123ea605b5992f5784cb7c48542819afa
Message:
correct spelling errors as detected by Lintian
Location:
IntegerProgramming
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/Buchberger.cc

    r50c6c2f r80f8f6c  
    14911491    first_iter.set_to_list(aux_list);
    14921492    found=0;
    1493     // no reduction occured yet
     1493    // no reduction occurred yet
    14941494
    14951495    while(first_iter.is_at_end()==FALSE)
     
    16071607    first_iter.set_to_list(new_generators);
    16081608    found=0;
    1609     // no reduction occured yet
     1609    // no reduction occurred yet
    16101610
    16111611    while(first_iter.element_is_marked_head_reduced()==FALSE)
     
    20572057    first_iter.set_to_list(generators);
    20582058    found=0;
    2059     // no reduction occured yet
     2059    // no reduction occurred yet
    20602060
    20612061    while(first_iter.element_is_marked_head_reduced()==FALSE)
  • IntegerProgramming/ideal.h

    r50c6c2f r80f8f6c  
    119119  // -1 indicates a "semantic" error (which occurs e.g. if some constructor
    120120  //    argument is out of range)
    121   // -2 indicates an error occured when reading from a file
     121  // -2 indicates an error occurred when reading from a file
    122122  // -3 indicates an overflow of an integer type variable
    123123
  • IntegerProgramming/matrix.h

    r50c6c2f r80f8f6c  
    3838  // -1 indicates a "semantic" error (which occurs e.g. if some constructor
    3939  //    argument is out of range)
    40   // -2 indicates an error occured when reading from a file
     40  // -2 indicates an error occurred when reading from a file
    4141
    4242  Integer **coefficients;
     
    5151  // the number of vectors stored in H (the size of these vectors is columns)
    5252  // If _kernel_dimension==-2, no kernel basis has been computed yet.
    53   // If _kernel_dimension==-1, an error has occured during the kernel basis
     53  // If _kernel_dimension==-1, an error has occurred during the kernel basis
    5454  // computation.
    5555
  • IntegerProgramming/term_ordering.h

    r50c6c2f r80f8f6c  
    5151  // -1 indicates a "semantic" error (arguments out of range, for example a
    5252  //    negative number of variables);
    53   // -2 indicates an error occured when reading from a file.
     53  // -2 indicates an error occurred when reading from a file.
    5454
    5555  short weighted_ordering;
Note: See TracChangeset for help on using the changeset viewer.