1 parent d556f85 commit 92afac8Copy full SHA for 92afac8
2 files changed
source/source_io/module_chgpot/write_libxc_r.cpp
@@ -11,7 +11,7 @@
11
#include "source_estate/module_charge/charge.h"
12
#include "source_basis/module_pw/pw_basis_big.h"
13
#include "source_basis/module_pw/pw_basis.h"
14
-#include "source_io/cube_io.h"
+#include "source_io/module_ouptut/cube_io.h"
15
#include "source_base/global_variable.h"
16
#include "source_io/module_parameter/parameter.h"
17
#include "source_base/timer.h"
@@ -445,4 +445,4 @@ void ModuleIO::write_cube_core(
445
446
#endif // #ifdef __MPI
447
448
-#endif // USE_LIBXC
+#endif // USE_LIBXC
source/source_io/module_ctrl/ctrl_output_fp.cpp
@@ -7,7 +7,7 @@
7
#include "source_io/module_elf/write_elf.h"
8
9
#ifdef USE_LIBXC
10
-#include "source_io/write_libxc_r.h"
+#include "source_io/module_chgpot/write_libxc_r.h"
#endif
namespace ModuleIO
0 commit comments