Skip to content

Commit efbc072

Browse files
committed
fix compile error
1 parent fb2deb1 commit efbc072

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

source/Makefile.Objects

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ OBJS_TENSOR=tensor.o\
729729
operator_lr_exx.o\
730730
kernel_xc.o\
731731
pot_hxc_lrtd.o\
732-
hsolver_lrtd.o\
733732
lr_spectrum.o\
734733
hamilt_casida.o\
735734
esolver_lrtd_lcao.o\

source/module_lr/hamilt_casida.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "hamilt_casida.h"
2+
#include "module_lr/utils/lr_util_print.h"
23
namespace LR
34
{
45
template<typename T>

source/module_lr/hamilt_ulr.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "module_elecstate/module_dm/density_matrix.h"
44
#include "module_lr/operator_casida/operator_lr_diag.h"
55
#include "module_lr/operator_casida/operator_lr_hxc.h"
6+
#include "module_lr/utils/lr_util_print.h"
67
#ifdef __EXX
78
#include "module_lr/operator_casida/operator_lr_exx.h"
89
#endif

0 commit comments

Comments
 (0)