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
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
02ff2068cd
cosmetic changes
2020-07-19 15:19:53 -04:00
73892711a5
mass replace calls to fread() with utils::sfread()
2019-10-19 09:25:49 -04:00
c5044d6484
continuing include file handling cleanup
2019-07-10 08:49:16 -04:00
6e6f903818
use ev_init for angles
2019-03-13 17:51:41 +01:00
749f1ff407
Merge pull request #875 from akohlmey/collected-small-fixes
...
Collected small changes and bug fixes for the next patch release
2018-05-03 11:28:00 -06:00
e4071d7f46
replace C-style include files with their C++ equivalents
2018-04-27 18:00:24 -04:00
c7edc6636a
make sure all allocatable class pointers are initialized to NULL
2018-04-26 16:13:19 -04:00
35753b8f08
add error location propagation to force->bounds() and force->boundsbig()
2016-10-26 15:53:02 -04:00
354e20f431
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-10-30 20:04:06 +00:00
2dbe3f80a2
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10103 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-06-27 20:02:55 +00:00
0e96b5fd0b
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9766 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-04-08 23:41:47 +00:00
b6df7c873b
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9764 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-04-08 23:38:00 +00:00
e8ff810ee7
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8391 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-06-25 16:42:20 +00:00
ef9e700545
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8226 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-06-06 22:47:51 +00:00
978a99e098
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8206 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-06-01 17:20:38 +00:00
19e8c92a90
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7003 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-09-23 18:06:55 +00:00
4107844f7a
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6651 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-08-08 22:58:28 +00:00
67bcfb00e1
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6647 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-08-08 22:55:05 +00:00