|
|
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 |
|
|
|
b124de3484
|
Merge branch 'master' of https://github.com/lammps/lammps into lammps-master
|
2021-06-07 22:48:51 -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 |
|
|
|
1e294111e7
|
Merge branch 'master' of https://github.com/lammps/lammps into lammps-master
|
2021-04-27 14:46:33 -04:00 |
|
|
|
6b04ebd617
|
Merge branch 'master' into varargs-log-error-functions
|
2021-04-26 13:27:58 -04:00 |
|
|
|
e9e0bb71b6
|
Use varargs version of Error:all() and Error::one() where applicable
|
2021-04-25 21:30:51 -04:00 |
|
|
|
7e7a448a08
|
remove the old versions of the utility function and use the new
|
2021-04-24 21:33:36 -04:00 |
|
|
|
99fa6ed4b4
|
delay part of the variable.cpp refactoring until we have better unit testing for it.
|
2021-04-23 16:50:35 -04:00 |
|
|
|
b7272bbbf7
|
restore variable declaration
|
2021-04-23 16:38:37 -04:00 |
|
|
|
ef858ae70f
|
silence compiler warnings
|
2021-04-23 16:19:57 -04:00 |
|
|
|
025489ec2c
|
Merge remote-tracking branch 'origin/master' into collected_small_changes
|
2021-04-17 11:05:23 -04:00 |
|
|
|
e5877d8aa9
|
More explicit code in simple case
|
2021-04-17 11:04:38 -04:00 |
|
|
|
fab571cf6b
|
IWYU reported header updates
|
2021-04-13 00:47:49 -04:00 |
|
|
|
96f59a58d3
|
be a little more paranoid about avoiding memory leakage
|
2021-04-09 21:53:18 -04:00 |
|
|
|
7a2910f05f
|
must have num == 2 for getenv style variables
|
2021-04-09 21:44:34 -04:00 |
|
|
|
a69c5a5cae
|
fix bugs in shell putenv and getenv style variables. add more unit tests.
|
2021-04-09 20:19:04 -04:00 |
|
|
|
2dfafe4adb
|
add is_file() special variable function and unit tests for it
|
2021-04-02 12:07:43 -04:00 |
|
|
|
20e6174e59
|
cannot use tokenizer for parse_args() as the search for commata must be away of parenthesis
|
2021-03-29 21:11:07 -04:00 |
|
|
|
67f1f12c20
|
more tests for expressions
|
2021-03-23 21:42:45 -04:00 |
|
|
|
85d1257222
|
move redundant enumerator to Variable class definition in variable.h
|
2021-03-23 21:41:50 -04:00 |
|
|
|
4f46ee30a2
|
avoid crash when functions expecting an argument are used without
|
2021-03-23 18:13:01 -04:00 |
|
|
|
346c36e227
|
replace redundant functions to handle constants with (unordered) map
|
2021-03-23 17:48:47 -04:00 |
|
|
|
014f9ad527
|
simplify Variable::parse_args() by using Tokenizer class
|
2021-03-23 16:47:04 -04:00 |
|
|
|
3d67d1eee9
|
simplify
|
2021-03-16 00:50:29 -04:00 |
|
|
|
194a551590
|
complete refactor of file/atomfile variable parsing code
|
2021-03-14 10:45:07 -04:00 |
|
|
|
11386097c6
|
avoid strtok() when reading variables from file
|
2021-03-13 21:00:09 -05:00 |
|
|
|
5036adeff0
|
timestep processing functions must use bigint instead of int
|
2021-02-05 19:23:05 -05:00 |
|
|
|
24bf1e5b0c
|
make use of utils::strdup()
|
2021-02-04 17:33:02 -05:00 |
|
|
|
4e791ac4f7
|
replace 'strstr(xxx,"x_") == xxx' with utils::strmatch("^x_")
|
2021-02-04 15:20:43 -05:00 |
|
|
|
48f15e485d
|
put consistent definition of INVOKED_* constants as enumerator into compute.h
|
2021-01-31 20:13:47 -05:00 |
|
|
|
b92adfaf6f
|
pointer and style issues
|
2021-01-31 14:59:10 -05:00 |
|
|
|
797555b5ce
|
toward multiple maps
|
2021-01-28 23:44:02 -05:00 |
|
|
|
5d2e3b3ecb
|
direct support for coeff commands
pair_coeff, bond_coeff, angle_coeff, dihedral_coeff, improper_coeff
|
2021-01-25 20:08:25 -05:00 |
|
|
|
c7215b54be
|
add labelmap function to variable command
|
2021-01-23 17:28:11 -05:00 |
|