Skip to content

Commit 8671673

Browse files
committed
fix deepks compile
1 parent 53e115d commit 8671673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/source_io/ctrl_iter_lcao.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#include "source_io/ctrl_iter_lcao.h" // use ctrl_iter_lcao()
22
#include "source_pw/module_pwdft/global.h" // use GlobalC::restart
33

4+
#ifdef __MLALGO
5+
#include "source_lcao/module_deepks/LCAO_deepks.h"
6+
#include "source_lcao/module_deepks/LCAO_deepks_interface.h"
7+
#endif
8+
49
namespace ModuleIO
510
{
611

0 commit comments

Comments
 (0)