Skip to content

Commit

Permalink
Update some comment of base_matrix.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dzzz2001 authored Nov 14, 2024
1 parent dfb7fcf commit dccab96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/module_hamilt_lcao/module_hcontainer/base_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ class BaseMatrix
size_t get_memory_size() const;

/**
* @brief get col_size for this AtomPair
* @brief get col_size for this matrix
*/
int get_col_size() const {return ncol_local;};
/**
* @brief get row_size for this AtomPair
* @brief get row_size for this matrix
*/
int get_row_size() const {return nrow_local;};

Expand All @@ -107,4 +107,4 @@ class BaseMatrix

} // namespace hamilt

#endif
#endif

0 comments on commit dccab96

Please sign in to comment.