changed the "trim_and_count_words()" function declaration in "utils.h" to make sphinx happy. Fixed some new spelling mistakes.

This commit is contained in:
Andrew Jewett
2020-09-06 09:40:28 -07:00
parent 2ee2009356
commit b29522273a
5 changed files with 23 additions and 8 deletions

View File

@ -137,4 +137,3 @@ jacobi3(double const* const* mat, // the 3x3 matrix you wish to diagonalize
return ierror;
}