Skip to content
Snippets Groups Projects
  1. Jun 17, 2017
  2. Jun 16, 2017
  3. Jun 15, 2017
    • Axel Kohlmeyer's avatar
      add missing mergesort header · 06fe703e
      Axel Kohlmeyer authored
      06fe703e
    • Axel Kohlmeyer's avatar
      whitespace cleanup · 8500a197
      Axel Kohlmeyer authored
      8500a197
    • Axel Kohlmeyer's avatar
      remove need for static class member variables in Dump and Irregular · 1f17e8eb
      Axel Kohlmeyer authored
      The dump and irregular classes were using qsort() from the C-library
      for sorting lists through custom comparison functions, which required
      access to additional data, which was passed via static class variables,
      i.e. globals. This collides with having multiple LAMMPS instances in
      the same address space.
      
      the calls to qsort() are replaced with a custom merge sort, which passes
      a void pointer to the comparison functions, which can contain any kind
      of desired information, e.g. a class handle or a list
      1f17e8eb
  4. May 30, 2017
  5. May 29, 2017
  6. May 27, 2017
  7. May 26, 2017
  8. May 25, 2017
  9. May 24, 2017
  10. May 22, 2017
  11. May 21, 2017
  12. May 19, 2017
  13. May 18, 2017
Loading