Skip to content
Snippets Groups Projects
  1. Apr 07, 2017
  2. Apr 06, 2017
  3. Apr 05, 2017
  4. Apr 04, 2017
  5. Apr 03, 2017
  6. Apr 02, 2017
    • David Gobbi's avatar
      Remove special characters from VTK source files. · 03647e64
      David Gobbi authored
      The source was searched with "grep -l [^ -~]" to find characters outside
      of the printable ASCII range 0x20 to 0x7e.  The worst offender is the
      en-dash character, which is visually indistinguishable from the minus
      character in most code editors.  Several tabs were also found, which
      is surprising since they should be blocked by the commit hooks.
      03647e64
Loading