Commit Graph

14 Commits

Author SHA1 Message Date
adf74b3a22 use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
29a7d598ac update formatting style to be more consistent 2020-09-21 02:04:58 -04:00
9a6dfbc0ee add some cross referencing 2020-09-18 13:45:33 -04:00
c7c4297cfc update include handling for commands 2020-09-03 00:51:58 -04:00
33f2cbc713 add docs for TextFileReader class to developer guide 2020-08-31 06:57:16 -04:00
645d3b61ba Only count new words 2020-06-11 13:49:58 -04:00
9945f73743 fix spelling in a few more files 2020-06-11 01:05:58 -04:00
2203e1e9e5 Change next_dvector(n, buf) to next_dvector(buf, n) 2020-06-05 16:40:14 -04:00
7df387f7d5 Merge remote-tracking branch 'origin/master' into refactor-table-reading 2020-06-05 12:09:57 -04:00
8689b31bca Add convenience method next_values 2020-06-04 16:27:27 -04:00
e5263e502d Fix bug in next_dvector
It did not ignore comment lines
2020-06-04 16:24:48 -04:00
9291d2a9d7 Simplify count_words, add trim_and_count_words
The original count_words function (before it was put into utils::) also trimmed
comments. For compatibility this behaviour was retained at first. However, due
to the name the trimming is not immediatly apparent and many times not
wanted.

Therefore, this commit replaces count_words with an implementation that
just does what it says. If a comment should be trimmed there is a
trim_comment function. For convenience, a trim_and_count_words function was
added and is now used where the old behaviour was needed.
2020-06-04 11:13:37 -04:00
5688fd41bb Remove trailing whitespace 2020-06-02 16:43:41 -04:00
24a0933e2a Refactor PotentialFileReader 2020-06-02 14:18:11 -04:00