deepmedic / dense3dCrf

Fully-connected (dense) 3D CRF for processing biomedical scans
Other
137 stars 48 forks source link

Remove definition of unused function 'round' #5

Open Delta-Sigma opened 6 years ago

Delta-Sigma commented 6 years ago

Not only is it ununsed, it brings up an error of redifinition of 'double round(double)' in cmath/math.h. (reporting this on VS 2013. Build failed because of this error.) Consider removing it altogether?