]> Creatis software - clitk.git/commit
Use IsNormal instead of std::isnormal (C++11)
authorVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Wed, 21 Aug 2013 09:54:40 +0000 (11:54 +0200)
committerVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Wed, 21 Aug 2013 09:54:40 +0000 (11:54 +0200)
commit25a348e28347eb17421e59c655716cbb29254d19
tree64cd5dcff60fdc573f10662e7ee26bbfadd6db6a
parent9bc52b33697bccb43fb6580812c0aaa7adae52b5
Use IsNormal instead of std::isnormal (C++11)

std::isnormal is a C++11 function not available in VS 2012
use IsNormal defined in clitkPortability instead
tools/clitkImageUncertainty.cxx