Skip to content

Commit

Permalink
Change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
siuwuncheung committed Mar 7, 2024
1 parent ff4baf0 commit 0602769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/linalg/BasisGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ class BasisGenerator
* within a column range.
*
* @param[in] base_file_name The base part of the name of the files
* holding the basis / snapshot vectors.
* holding the basis/snapshot vectors.
* @param[in] kind A string equal to "basis" or "snapshot", representing
* which kind of data to load.
* @param[in] col_min The first basis or snapshot to read.
* @param[in] col_max The last basis or snapshot to read.
* @param[in] col_min The first basis/snapshot vector to read.
* @param[in] col_max The last basis/snapshot vector to read.
* @param[in] db_format Format of the file to read.
*/
void
Expand All @@ -165,10 +165,10 @@ class BasisGenerator
* @brief Load previously saved sample (basis or state).
*
* @param[in] base_file_name The base part of the name of the files
* holding the basis / snapshot vectors.
* holding the basis/snapshot vectors.
* @param[in] kind A string equal to "basis" or "snapshot", representing
* which kind of data to load.
* @param[in] cutoff The maximum number of bases or snapshots to read.
* @param[in] cutoff The maximum number of basis/snapshot vectors to read.
* @param[in] db_format Format of the file to read.
*/
void
Expand Down

0 comments on commit 0602769

Please sign in to comment.