5eccaecf9b
use #include <cstdint> now that we require C++11
2020-04-21 19:31:57 -04:00
cb20cb9f25
Add range checks for MathSpecial::fm_exp
2019-12-17 22:23:19 +01:00
256531a29a
put implementation header first for all remaining main folder source files
2019-07-03 19:34:13 -04:00
42c31227d9
continuing to clean up include file lists
2019-07-01 15:59:16 -04:00
0015b15b18
revert <cstdint> back to <stdint.h> as the former seems to require C++-11
2018-04-27 18:25:30 -04:00
e4071d7f46
replace C-style include files with their C++ equivalents
2018-04-27 18:00:24 -04:00
c664f46b31
MathSpecial::fm_exp: fix return value on ppc64
2018-03-28 11:51:04 -06:00
15a9600569
Fix compiler warnings
2018-03-14 13:27:03 -06:00
9f852f5f58
Improve C++-ness, eliminate some macros
...
- fm_exp moved to math_special (exp2 was already there)
- use std::min/max template instead of macros
- use memory->create for dynamic arrays (still 1-indexed with macro)
- remove _ from function names, adjust method visibility
2017-06-11 16:55:41 +02:00
9806da69f3
Stan bug fixes for fix reaxc/bonds/kk
2016-11-09 15:47:50 -07:00
b595eb9d0e
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14840 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-04-18 14:00:30 +00:00