adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
0f6a34775c
Merge branch 'master' into symbolic-atom-constants
2020-09-15 17:44:31 -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
9d0c3bc665
replace some numeric constants in Atom and AtomVec classes with enumerators
2020-09-11 19:07:55 -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
e3beec8b95
revert permission change and replace 'b/c' with 'because'
2020-08-10 11:37:52 -04:00
41904f7946
Added cautionary comments
2020-08-08 09:15:56 -06:00
1cf7a12a5f
trim whitespace before parsing numbers
2020-07-30 23:40:34 -04:00
c3db11a807
fix argument index bug carried over from syncing with fix ttm
2020-07-30 23:40:09 -04:00
4a28a708b9
T_initial_set array is only required during reading of the mesh
2020-07-30 10:36:03 -04:00
6a90a2affe
consistently check for presence of all input mesh data
2020-07-29 23:43:45 -04:00
c355348ff9
remove local copy of "me"
2020-07-29 21:31:51 -04:00
5452f72bd9
convert fix ttm and fix ttm/mod to use tokenizer class for parsing files
2020-07-25 18:03:18 -04:00
b37b45c817
use fmtlib to remove BIGINT_FORMAT
2020-07-15 11:55:08 -04:00
fd9da6f934
make use of utils::sfgets() in a few more places
2019-10-19 13:26:55 -04:00
c5044d6484
continuing include file handling cleanup
2019-07-10 08:49:16 -04:00
991ca25dd7
consistent formatting: adjust cases of "dangling else", add curly braces
2018-12-29 14:47:50 -05:00
b34dac41c2
port documentation spelling fixes to comments or strings in source code.
2018-11-19 16:15:24 -05:00
9c27548a5c
more replacing of sprintf() with snprintf()
2018-09-06 10:45:48 -04: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
59dbb49cf9
remove trailing whitespace
2018-03-16 12:37:27 -04:00
dec1d7b2dc
re-indent so that gcc no longer complains about inconsistent indentation
2017-09-05 16:41:19 -04:00
1dd7a13d82
sync with GH
...
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15562 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-09-08 20:37:31 +00:00
d55f968432
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15203 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-06-17 23:48:15 +00:00
997099253b
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14911 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-04-30 18:07:04 +00: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
9a878cdd67
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14128 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-10-21 18:29:37 +00:00
b33a0164de
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13170 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-03-04 16:33:18 +00:00
00834f6d84
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13127 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-02-19 18:23:31 +00:00
25e63c7a08
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13037 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-02-04 20:59:58 +00:00