|
|
cbe83701c1
|
better checking for valid data for format style variables
|
2022-09-30 15:06:25 -04:00 |
|
|
|
172106717d
|
must match the entire string
|
2022-09-30 15:05:41 -04:00 |
|
|
|
ec0bc5aa5e
|
improve detection of invalid format strings. allow to replace format style variables
|
2022-09-30 09:57:42 -04:00 |
|
|
|
97717d7cba
|
update parser for label2type() function with better argument checking and handling of ',' in labels
|
2022-09-07 15:36:46 -04:00 |
|
|
|
55f97e5fbc
|
whitespace
|
2022-09-06 19:15:18 -04:00 |
|
|
|
1d986280ce
|
rename variable special function to retrieve types for labels to label2type()
|
2022-09-06 18:56:00 -04:00 |
|
|
|
9b41d28947
|
Merge branch 'develop' into type-labels
# Conflicts:
# doc/src/dihedral_coeff.rst
|
2022-09-01 21:09:04 -04:00 |
|
|
|
69b32aef13
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
|
2022-08-27 10:12:58 -04:00 |
|
|
|
b31b20f336
|
print error if extract_setting() uses unknown setting string.
|
2022-08-27 07:02:19 -04:00 |
|
|
|
60b00bfa8f
|
update unit tests for variable command
|
2022-08-25 05:48:07 -04:00 |
|
|
|
59837dd44b
|
improve error messages in run and variable.cpp
|
2022-08-25 11:09:21 +08:00 |
|
|
|
363b80f85c
|
begin unfeaturing multiple label maps feature
|
2022-08-09 01:01:31 -04:00 |
|
|
|
f9717049b1
|
Merge branch 'develop' into type-labels
|
2022-08-08 17:16:50 -04:00 |
|
|
|
4ac74a4153
|
add is_os() special function to the variable command
|
2022-08-06 21:44:03 -04:00 |
|
|
|
6c32058728
|
adapt all users of FixStore to use FixStoreGlobal or FixStorePeratom
|
2022-08-04 11:33:14 -04:00 |
|
|
|
34aca71258
|
disallow use of variable functions vdisplace(), swiggle(), and cwiggle() with fix dt/reset
|
2022-07-16 10:26:56 -04:00 |
|
|
|
d51069b363
|
fix cut-n-paste typo
|
2022-07-16 10:26:56 -04:00 |
|
|
|
9e1685211b
|
allow ramp(x,y) to be used in between runs (returning x) and avoid division by zero on run 0
|
2022-07-16 10:26:56 -04:00 |
|
|
|
8d8f7983fb
|
fix bug in recent bugfix
|
2022-06-29 16:45:11 -04:00 |
|
|
|
137dc6243e
|
whitespace
|
2022-06-29 12:25:15 -04:00 |
|
|
|
1fabd5a56b
|
change boolean = single string to an error
|
2022-06-29 07:49:22 -06:00 |
|
|
|
1dc71ef3e3
|
better error strings
|
2022-06-28 16:38:51 -06:00 |
|
|
|
e4e9b2e49a
|
more consistency checks
|
2022-06-28 16:37:04 -06:00 |
|
|
|
ae235b1ef5
|
Boolean expression corner case
|
2022-06-28 16:19:06 -06:00 |
|
|
|
d4ea5ca49e
|
more clang-tidy fixes after re-running it with added settings
|
2022-05-14 07:18:05 -04:00 |
|
|
|
90797d53d9
|
one more batch of clang-tidy fixes
|
2022-05-13 23:21:14 -04:00 |
|
|
|
907bc7eaa5
|
switch to using wall time
|
2022-05-06 16:58:28 -04:00 |
|
|
|
6e78269612
|
whitespace
|
2022-05-06 15:11:15 -04:00 |
|
|
|
f3fcd16628
|
adding of timer-style variables and associated doc pages
|
2022-05-06 11:21:36 -06:00 |
|
|
|
5784fab588
|
starting to add timer-style variable
|
2022-05-05 17:04:50 -06:00 |
|
|
|
aa4787f604
|
complete region handling refactor
|
2022-04-16 00:17:39 -04:00 |
|
|
|
200b4f13c7
|
use dynamic cast instead of c-style cast when casting from base type to derived class
|
2022-04-10 18:18:06 -04:00 |
|
|
|
39b316729b
|
use auto type when assigning from cast or using new
|
2022-04-10 18:16:36 -04:00 |
|
|
|
d7f95da8f3
|
add extract_setting special function to variable command
|
2022-03-28 08:00:29 -04:00 |
|
|
|
4545954385
|
reformat for wider lines
|
2022-03-28 07:24:51 -04:00 |
|
|
|
cac7c59bb6
|
error messages fix
|
2021-12-07 23:36:05 -05:00 |
|
|
|
6d47160bef
|
print error message in one line
|
2021-11-28 18:58:56 -06:00 |
|
|
|
8d4956046b
|
Merge branch 'develop' of https://github.com/lammps/lammps into lammps-develop
|
2021-11-04 21:20:29 -04:00 |
|
|
|
c8512249b7
|
Merge branch 'develop' into modify-fix-compute-accessors
# Conflicts:
# src/PLUGIN/plugin.cpp
|
2021-10-27 21:14:05 -04:00 |
|
|
|
85433e8bd1
|
use true/false instead of 1/0 detected and changed by clang-tidy
|
2021-10-20 12:41:02 -04:00 |
|
|
|
5b40e4cb38
|
new accessor APIs for fixes and computes in Modify plus a few applications
|
2021-10-16 06:00:28 -04:00 |
|
|
|
fcdabe0002
|
implement a platform neutral usleep() using C++11
|
2021-10-05 17:58:27 -04:00 |
|
|
|
67ae6eb7b6
|
Merge branch 'lammps:master' into type-labels
|
2021-09-30 09:44:18 -04:00 |
|
|
|
e82a2a3280
|
enforce initialization and thus silence compiler warnings
|
2021-09-16 07:58:21 -04:00 |
|
|
|
75f2eb604d
|
remove redundant code: all struct members are initialized to defaults in the constructor
|
2021-09-16 07:45:33 -04:00 |
|
|
|
91b0ae798a
|
make VALUELENGTH constant consistent.
|
2021-09-04 12:41:52 -04:00 |
|
|
|
e6d7a544e2
|
remove whitespace from comma separated arguments to variable functions
|
2021-09-01 14:02:35 -04:00 |
|
|
|
2a06484511
|
Merge branch 'master' of https://github.com/lammps/lammps into lammps-master2
|
2021-08-20 10:53:04 -04:00 |
|
|
|
68c15ebf04
|
refactor/simplify code due to changes in Modify
|
2021-08-07 10:09:06 -04:00 |
|
|
|
c1c31c6b04
|
may not call memmove() on a null pointer, even if 'n' is 0.
|
2021-08-02 21:35:25 -04:00 |
|