Commit Graph

17 Commits

Author SHA1 Message Date
bca99f684f update list and order of include files from include-what-you-use analysis 2021-09-18 14:16:48 -04:00
09c19a936b update URLs in source code and manual 2021-05-24 14:18:20 -04:00
7fcd449864 apply clang-format to all headers with some exceptions 2021-05-14 19:16:07 -04:00
dbd7d454b9 for consistent behavior we must not close the file pointer when it was passed as argument 2021-04-26 12:12:19 -04:00
ac60cfb0c3 add custom constructor for TextFileReader that uses an already opened file descriptor 2021-04-26 11:26:50 -04:00
df7fe4431f make LAMMPS homepage URL and C++ indicator comments consistent 2021-04-22 21:26:07 -04:00
3e2b004d21 more use of constexpr 2020-12-17 16:01:26 -05:00
29a7d598ac update formatting style to be more consistent 2020-09-21 02:04:58 -04:00
2e0af2fdce some more second pass cleanup 2020-09-04 00:46:23 -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
81d937ee97 Performance optimization of Tokenizer
Reduces string allocations and removes std::vector from Tokenizer
Most processing now happens on-demand.
2020-06-11 00:22:04 -04:00
2ed8652545 Fix whitespace 2020-06-05 19:15:31 -04:00
2203e1e9e5 Change next_dvector(n, buf) to next_dvector(buf, n) 2020-06-05 16:40:14 -04:00
8689b31bca Add convenience method next_values 2020-06-04 16:27:27 -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