2e362b1f3f
use get_(fix|compute)_by_id() instead of find_(fix|compute)()
2021-10-20 06:56:46 -04:00
8b36061db4
replace MPI_Wtime() with platform::walltime()
2021-10-05 22:53:39 -04:00
6adac6b637
Merge branch 'master' into parse-logical-keyword
2021-09-20 20:41:48 -04:00
f80259dfae
some applications of the new function
2021-09-19 19:05:40 -04:00
385220fd4b
format changes
2021-09-17 22:50:15 -04:00
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
d2cdb318ab
apply new logmesg() overload to a bunch of cases.
2021-04-21 23:38:45 -04:00
b53822da46
provide Command base class in command.h for deriving command styles from
2021-04-13 17:47:00 -04:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
429cc0cacf
add missing updates for symbolic constants in Atom class
2020-09-16 23:19:10 -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
390c6ba106
rechecking some corefiles with IWYU after the many updates
2020-09-03 15:28:07 -04:00
c7c4297cfc
update include handling for commands
2020-09-03 00:51:58 -04:00
f89a0f9fe3
must not try to delete computes if they have not been created and their ids not yet set
2020-08-26 11:50:20 -04:00
10080079e3
ISO compliance
2020-08-23 11:44:48 -04:00
63abb2dff9
fix broken reset_mol_ids command
2020-08-23 11:32:54 -04:00
6fc2ab07ef
reset_mol_ids: unique created computes
2020-08-21 14:52:39 -04:00
3c69ebc669
reset_mold_ids: add create_computes
2020-08-11 17:12:36 -04:00
f6d91b3b2c
move domain/comm commands
2020-08-11 15:02:37 -04:00
cf83ce6745
reset_mol_ids->reset() version
2020-07-25 00:52:39 -06:00
edd3fb7108
reset_mol_ids: documented verbose option
2020-07-18 20:51:14 -06:00
9ec5708f2f
Update reset_mol_ids.cpp
2020-07-18 14:21:10 -06:00
a2547701e6
fix verbose reset_mol_ids
2020-07-18 13:59:30 -06:00
6272b7d2bf
add (undocumented) verbosity option to reset_mol_ids
2020-07-18 13:52:13 -06:00
bade009b6c
remove debug code
2020-07-09 20:58:39 -04:00
9ec77585ea
make compress yes the default
2020-07-09 20:46:45 -04:00
4a1acffde9
whitespace fixes
2020-07-09 19:36:58 -04:00
9e83279887
minor adjustments to new reset_mol_ids command
2020-07-09 15:40:24 -06:00
fd95fc98c5
add support for auto offset and singlezero option
2020-07-07 17:14:29 -04:00
12f62583f9
whitespace cleanup
2020-07-07 13:56:50 -04:00
0944eda391
final details for offset keyword added to reset_mol_ids
2020-07-07 09:07:48 -06:00
fcc6ed3a58
add offset option to reset_mol_ids command
2020-07-07 08:37:48 -06:00
960addcc2c
simplify code string/fmtlib code some more
2020-07-06 21:26:49 -04:00
a1011b606e
new reset_mol_ids command
2020-07-06 10:50:34 -06:00