09c19a936b
update URLs in source code and manual
2021-05-24 14:18:20 -04:00
d1941392d3
disable clang-format for all existing .cpp files (for now)
2021-05-05 23:53:38 -04:00
d26c744e54
should use ev_init() not ev_setup()
2021-02-09 09:17:08 -05:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
f1ef7d85a8
T2345: Replace instances of NULL with nullptr
...
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
Manually ~14 cases back to "NULL" in src, ~2 in lib
regex finds a few false positive where nullptr appears between two
strings in a function call
2020-09-12 09:34:38 -06:00
88ddfa4eb0
more IWYU cleanup in packages
2020-09-03 05:20:02 -04:00
6113169a47
IWYU based include statement cleanup
2020-09-02 17:39:34 -04:00
96d8d12a88
replace calls to force->*numeric() with the corresponding utils::*numeric()
...
this also removes the now obsolete functions from Force
2020-08-29 20:31:02 -04:00
fcd0b9f78f
move Force::bounds() and Force::boundsbig() to utils.
2020-08-29 18:23:03 -04:00
d89a047461
Simplify write data code
2020-08-03 22:08:06 -04:00
a921c44a4f
fix bug in writing data
2020-08-03 20:48:37 -04:00
649a8cc01a
Fix typo
2020-03-14 13:57:48 +09:00
b6b022b610
whitespace cleanup: remove trailing blanks
2019-11-03 11:03:39 -05:00
73892711a5
mass replace calls to fread() with utils::sfread()
2019-10-19 09:25:49 -04:00
fa6cf0fa8f
reduce compiler warnings
2019-08-09 16:00:02 -04:00
d90d2316d1
small tweak on include file list
2019-08-09 11:11:48 -04:00
131c5aadd2
Error/warning tweaks
2019-08-07 19:16:54 +02:00
05f739a5a0
Bugfix for WCA-only option (trivial)
2019-03-03 01:55:02 +01:00
14353c5ea5
Added WCA-only option (sigma == cutoff case with wca)
2019-03-03 01:52:43 +01:00
4ea7d733e8
Initial commit...
2019-02-21 02:17:19 +01:00