Closed bnorthan closed 9 years ago
Thanks @bnorthan! You are really going to hate me now, but... in SciJava/ImageJ2 we decided to use all caps for acronyms—e.g., TIFFFormat
not TiffFormat
. So all classes with Itk
in the name should actually be ITK
. Unfortunately, just renaming them like that might cause major problems on case-insensitive filesystems; historically Git has not behaved well with such case-only renames on those platforms. So, I guess we can address it "later but soon"...
Use 'Itk' instead of 'SimpleItk'