Skip to content

Commit 20fd170

Browse files
committed
Fix GitHub CI CUDA build bug due to deleted variable
1 parent 0e6c42c commit 20fd170

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

source/module_hamilt_lcao/module_tddft/test/bandenergy_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
*/
2020

2121
#define doublethreshold 1e-8
22-
double module_tddft::Evolve_elec::td_print_eij = -1;
2322

2423
TEST(BandEnergyTest, testBandEnergy)
2524
{

source/module_io/test/for_testing_input_conv.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,10 @@
3030
#undef private
3131
bool berryphase::berry_phase_flag = false;
3232

33-
double module_tddft::Evolve_elec::td_force_dt;
34-
bool module_tddft::Evolve_elec::td_vext;
35-
std::vector<int> module_tddft::Evolve_elec::td_vext_dire_case;
36-
bool module_tddft::Evolve_elec::out_dipole;
37-
bool module_tddft::Evolve_elec::out_efield;
3833
bool TD_Velocity::out_current;
3934
bool TD_Velocity::out_current_k;
4035
bool TD_Velocity::out_vecpot;
4136
bool TD_Velocity::init_vecpot_file;
42-
double module_tddft::Evolve_elec::td_print_eij;
43-
int module_tddft::Evolve_elec::td_edm;
4437
double elecstate::Gatefield::zgate = 0.5;
4538
bool elecstate::Gatefield::relax = false;
4639
bool elecstate::Gatefield::block = false;

0 commit comments

Comments
 (0)