adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
cebf6d33ba
Merge pull request #2358 from eagunn/iss2345
...
Replace instances of NULL with nullptr
2020-09-15 17:41:24 -04:00
0183e999c9
consistently return "memory_usage" as double.
2020-09-15 01:59:58 -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
f67bd8eb5d
more KOKKOS, USER-OMP, and USER-INTEL include file cleanup
2020-09-03 10:54:06 -04:00
7470a120bb
fix small memory leak in USER-INTEL binning style
2020-01-07 11:13:43 -05:00
c37deebffa
Adding full hybrid support to USER-INTEL package and fixing bug with EAM parameter initialization.
2018-10-11 05:12:00 -07:00
38a998c03c
Fix misc. warnings ( #1076 )
2018-08-24 14:58:28 -06:00
ee862d8bf5
replace leading tabs
2018-03-16 12:34:33 -04:00
14aa036f36
add missing header files to USER-INTEL package
2017-12-01 15:53:02 -05:00
1d4d2155a2
USER-INTEL add-ons from Mike
2017-08-15 17:12:07 -06:00
3c329d1707
massive whitespace cleanup in USER-INTEL
...
removed are:
- DOS/Windows text format carriage return characters (^M)
- tabs replaced with spaces (tabs are evil!!)
- trailing whitespace
2017-06-19 13:23:01 -04:00
9b9f6d6fe2
USER-INTEL upgrade from M Brown
2017-06-16 16:56:28 -06:00
03ab8d0f48
major neighbor list style whitespace cleanup
2017-05-30 17:04:48 -04:00
9a299875da
simplified neighbor list copying to avoid possible same-timestep re-build issues
2017-01-19 17:01:15 -07:00
c9c2ae6c61
new neighbor list changes
2016-09-07 13:42:58 -06:00