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
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
73892711a5
mass replace calls to fread() with utils::sfread()
2019-10-19 09:25:49 -04:00
956d21ec0e
update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD
2019-07-10 15:51:57 -04:00
711cd4122f
corrections to documentation and implementation of pair styles lj/mdf, buck/mdf, and lennard/mdf
2019-05-07 19:52:00 -04:00
8c193b8c42
add support for write_data/write_coeff to pair style lj/mdf
2019-05-07 19:28:19 -04:00
06a57dd659
use ev_unset for all pair styles
2019-03-13 17:49:16 +01:00
1c795a6be3
remove trailing blanks
2018-12-01 21:38:22 -05:00
179e84f282
replace dos/windows-style CR-LF line endings with unix style LF-only
2018-11-24 16:57:01 -05:00
92a4dc25b1
Fix unused params in packages ( #1076 )
2018-08-24 10:42:08 -06:00
e4071d7f46
replace C-style include files with their C++ equivalents
2018-04-27 18:00:24 -04:00
51fc386e72
correct the inner loop range for resetting cutoffs when redefining a pair style
...
this was reported by frank uhlig on lammps-users for lj/cut, but it applies to many more pair styles
2017-05-16 00:26:18 -04:00
35753b8f08
add error location propagation to force->bounds() and force->boundsbig()
2016-10-26 15:53:02 -04:00
93919c35bf
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14338 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-12-09 22:38:18 +00:00