ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Fix #255 DCHelper: Remove abs in size_t math #256

Closed ax3l closed 7 years ago

ax3l commented 7 years ago

Fix #255: The size_t math used for optimizing the chunk-size will flip to positive values on underflow automatically, making the abs that causes problems on GCC 6.2 unnecessary.