remove redundant comments from generated C++ files. clean up with clang-format.

This commit is contained in:
Axel Kohlmeyer
2022-12-28 16:31:50 -05:00
parent f157ba2389
commit 57713cf9a3
211 changed files with 6255 additions and 54891 deletions

View File

@ -10,8 +10,8 @@ double pow_lmp_di(doublereal *ap, integer *bp)
unsigned long u;
pow = 1;
x = *ap;
n = *bp;
x = *ap;
n = *bp;
if (n != 0) {
if (n < 0) {