Skip to content

Commit adf9ca8

Browse files
committed
fix after rebase
1 parent 4a1dcbb commit adf9ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/module_lr/lr_spectrum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace LR
7777
const Parallel_Orbitals& pmat;
7878
typename TGint<T>::type* gint = nullptr;
7979
const ModulePW::PW_Basis& rho_basis;
80-
Grid_Driver& gd_;
80+
const Grid_Driver& gd_;
8181
const UnitCell& ucell;
8282
const std::vector<double>& orb_cutoff_;
8383
const TwoCenterBundle& two_center_bundle_;

source/module_lr/lr_spectrum_velocity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace LR
88
{
99
/// get the velocity matrix v(R)
1010
inline TD_current get_velocity_matrix_R(const UnitCell& ucell,
11-
Grid_Driver& gd,
11+
const Grid_Driver& gd,
1212
const Parallel_Orbitals& pmat,
1313
const TwoCenterBundle& two_center_bundle)
1414
{

0 commit comments

Comments
 (0)