Skip to content
Snippets Groups Projects
  1. Jan 25, 2017
    • Dan Ibanez's avatar
      remove unused variable · 3d40b517
      Dan Ibanez authored
      3d40b517
    • Dan Ibanez's avatar
      fix domain boundary indexing · effbe18c
      Dan Ibanez authored
      the compiler pointed out that
      boundary[2][2] doesn't exist.
      If I understand this correctly,
      those checks should be against
      boundary[*][0].
      effbe18c
    • Dan Ibanez's avatar
      fix double-return warning · 6328beb7
      Dan Ibanez authored
      this #ifdef adds a return statement
      for little endian machines, but leaves
      the old one, which the compiler comlains
      is unreachable. this commit combines
      the conditionals so we can use #else
      6328beb7
  2. Jan 20, 2017
  3. Jan 19, 2017
  4. Jan 18, 2017
  5. Jan 17, 2017
  6. Jan 16, 2017
  7. Jan 15, 2017
  8. Jan 14, 2017
Loading