@@ -63,7 +63,7 @@ void define_fcc_cell(UnitCell& ucell)
63
63
PARAM.sys .global_out_dir = " ./" ;
64
64
PARAM.input .qo_screening_coeff = {0.1 , 0.1 };
65
65
PARAM.input .qo_thr = 1e-6 ;
66
- GlobalV::ofs_running = std::ofstream (" unittest.log" );
66
+ // GlobalV::ofs_running = std::ofstream("unittest.log");
67
67
GlobalV::MY_RANK = 0 ;
68
68
GlobalV::NPROC = 1 ;
69
69
}
@@ -98,7 +98,7 @@ void define_sc_cell(UnitCell& ucell)
98
98
PARAM.sys .global_out_dir = " ./" ;
99
99
PARAM.input .qo_screening_coeff = {0.1 };
100
100
PARAM.input .qo_thr = 1e-6 ;
101
- GlobalV::ofs_running = std::ofstream (" unittest.log" );
101
+ // GlobalV::ofs_running = std::ofstream("unittest.log");
102
102
GlobalV::MY_RANK = 0 ;
103
103
GlobalV::NPROC = 1 ;
104
104
}
@@ -1298,7 +1298,7 @@ TEST_F(toQOTest, CalculateOvlpKGamma)
1298
1298
EXPECT_TRUE (all_real);
1299
1299
for (int iR = 0 ; iR < tqo.nR (); iR++)
1300
1300
{
1301
- std::string fovlpk = " QO_ovlpk_ " + std::to_string (iR) + " .dat" ;
1301
+ std::string fovlpk = " QO_ovlpR_ " + std::to_string (iR) + " .dat" ;
1302
1302
std::remove (fovlpk.c_str ());
1303
1303
}
1304
1304
}
@@ -1338,7 +1338,7 @@ TEST_F(toQOTest, CalculateOvlpKSlaterGamma)
1338
1338
EXPECT_TRUE (all_real);
1339
1339
for (int iR = 0 ; iR < tqo.nR (); iR++)
1340
1340
{
1341
- std::string fovlpk = " QO_ovlpk_ " + std::to_string (iR) + " .dat" ;
1341
+ std::string fovlpk = " QO_ovlpR_ " + std::to_string (iR) + " .dat" ;
1342
1342
std::remove (fovlpk.c_str ());
1343
1343
}
1344
1344
}
0 commit comments