Skip to content

Commit a44c255

Browse files
committed
Fix a merge bug.
1 parent b65c3c5 commit a44c255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hamilt_lcao/module_deepks/deepks_pdm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void DeePKS_domain::update_dmr(const std::vector<ModuleBase::Vector3<double>>& k
121121
return; // to next loop
122122
}
123123

124-
hamilt::AtomPair dm_pair = dmr_deepks->get_atom_pair(ibt1, ibt2);
124+
hamilt::AtomPair<double> dm_pair = dmr_deepks->get_atom_pair(ibt1, ibt2);
125125

126126
int dRx = 0;
127127
int dRy = 0;

0 commit comments

Comments
 (0)