doc adjust and code comments

This commit is contained in:
Steve Plimpton
2024-02-21 14:18:26 -07:00
parent 4c0952dc70
commit cd4c97f8d8
4 changed files with 201 additions and 141 deletions

View File

@ -72,7 +72,8 @@ irregular(nullptr), set(nullptr)
set = new Set[6];
memset(set, 0, 6 * sizeof(Set));
// parse arguments
// parse all parameter/style arguments for this parent and also child classes
// for child classes, simply store them in leftover_iarg and skip over them
triclinic = domain->triclinic;
@ -1009,6 +1010,9 @@ void FixDeform::options(int narg, char **arg)
{"vol/balance/p", 2}});
}
// parse all optional arguments for this parent and also child classes
// for child classes, simply store them in leftover_iarg and skip over them
int iarg = 0;
while (iarg < narg) {
if (strcmp(arg[iarg], "remap") == 0) {