Skip to content

Commit

Permalink
fix a bug in LCAO Refactor Step 4, I accidently forgot to add & for G…
Browse files Browse the repository at this point in the history
…rid_Driver& _grid in output_mat_sparse.h
  • Loading branch information
mohanchen committed Apr 7, 2024
1 parent df49832 commit 7efe979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/module_io/output_mat_sparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ namespace ModuleIO

LCAO_Matrix& _lm;

Grid_Driver _grid; // mohan add 2024-04-06
// mohan fix bug 2024-04-07, a typical bug!!!
Grid_Driver& _grid; // mohan add 2024-04-06

const K_Vectors& _kv;

Expand Down

0 comments on commit 7efe979

Please sign in to comment.