Skip to content

Commit a268a47

Browse files
committed
fix compile error
1 parent 21d3ae4 commit a268a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_io/ctrl_runner_lcao.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void ctrl_runner_lcao(UnitCell& ucell, // unitcell
133133

134134

135135
// TK: double TR: double
136-
template void ModuleIO::ctrl_runner_lcao<double, double>(UnitCell& ucell, // unitcell
136+
template void ctrl_runner_lcao<double, double>(UnitCell& ucell, // unitcell
137137
const Input_para &inp, // input
138138
K_Vectors &kv, // k-point
139139
elecstate::ElecState* pelec,// electronic info

0 commit comments

Comments
 (0)