Skip to content

Commit 398796c

Browse files
committed
fix text_xc1
1 parent 46c0f27 commit 398796c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_hamilt_general/module_xc/test/test_xc1.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class XCTest_HSE : public XCTest
3838
void SetUp()
3939
{
4040
XC_Functional::set_xc_type("HSE");
41-
XC_Functional::set_hybrid_alpha(0.5, 0.0, 0.0);
41+
XC_Functional::set_hybrid_alpha(0.5, 0.0);
4242
}
4343
};
4444

@@ -53,7 +53,7 @@ class XCTest_SCAN0 : public XCTest
5353
void SetUp()
5454
{
5555
XC_Functional::set_xc_type("SCAN0");
56-
XC_Functional::set_hybrid_alpha(0.5, 0.0, 0.0);
56+
XC_Functional::set_hybrid_alpha(0.5, 0.0);
5757
}
5858
};
5959

0 commit comments

Comments
 (0)