Replace rounding using int(x+0.5) with roundToInt
[alexxy/gromacs.git] / src / gromacs / domdec / cellsizes.cpp
2018-09-10 Roland SchulzReplace rounding using int(x+0.5) with roundToInt
2018-08-29 Mark AbrahamMerge branch release-2018
2018-08-24 Mark AbrahamMerge branch release-2018
2018-08-08 Roland SchulzFix part of old-style casting
2018-08-08 Roland SchulzRemove gmx custom fixed int (e.g. gmx_int64_t) types
2018-07-16 Roland SchulzWarn for type mismatch for gmx printf like functions 1/3
2018-07-04 Roland SchulzMerge release-2018 into master
2018-07-02 Berk HessConvert DD DLB cell size handling to C++
2018-06-27 Berk HessPartial conversion of gmx_domdec_comm_t to C++
2018-05-24 Berk HessConvert gmx_domdec_master_t to C++
2018-05-17 Berk HessSplit off domdec distribution and cellsizes