Commit 4ff14b4
Francois Budin
BUG: Missing itkMath.h include
Without this patch, the following error happens:
include/itkDigitizerFunctor.h:79:16: error: use of undeclared identifier 'Math'
return Math::Floor< TOutput >((inputPixel - m_Min)/((m_Max-m_Min)/ \
(float)m_NumberOfBinsPerAxis));1 parent 9eaa9a5 commit 4ff14b4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments