Skip to content

Commit 835a146

Browse files
committed
delete unused functions
1 parent aed4e54 commit 835a146

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/module_hamilt_lcao/hamilt_lcaodft/wavefunc_in_pw.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ namespace Wavefunc_in_pw
2121
std::vector<std::string> &orbital_files,
2222
ModuleBase::realArray &table_local);
2323

24-
void make_table_q(
25-
const std::vector<std::vector<std::vector<Numerical_Orbital_Lm>>> &orb_in,
26-
ModuleBase::realArray &table_local); // used for exx abfs
27-
28-
void write_table_local(
29-
const ModuleBase::realArray &table_local,
30-
std::string &filename
31-
);
32-
3324
void integral(
3425
const UnitCell& ucell,
3526
const int meshr, // number of mesh points

0 commit comments

Comments
 (0)