]> Creatis software - clitk.git/commit
Remove C++11 call to isnormal
authorVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Wed, 21 Aug 2013 09:18:27 +0000 (11:18 +0200)
committerVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Wed, 21 Aug 2013 09:18:27 +0000 (11:18 +0200)
commita845c6a04ecfeedc8eced5f4051e06ee88c59e90
tree4172eacf7c420268f5f096f338472fe3b6b7c067
parent0369903cc8b34b1190494270d4700387dd4a6a3d
Remove C++11 call to isnormal

- std::isnormal is not available under windows VS12. Implement it using
numeric_limits functions
tools/clitkImageUncertainty.cxx