refactor group access, enable and apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-04-14 22:01:48 -04:00
parent 4b400fb4a6
commit 69d9c5187e
187 changed files with 3016 additions and 2927 deletions

View File

@ -102,8 +102,8 @@ void WriteCoeff::command(int narg, char **arg)
coeff_mode = CLASS2_MODE;
}
const char * section = (const char *) ""; // NOLINT
fputs(str, two); // style
const char *section = (const char *) ""; // NOLINT
fputs(str, two); // style
utils::sfgets(FLERR, str, BUF_SIZE, one, file, error); // coeff
int n = strlen(str);
strncpy(coeff, str, BUF_SIZE);