We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a2aca commit f26107aCopy full SHA for f26107a
source/module_orbital/test/ORB_unittest.h
@@ -1,10 +1,10 @@
1
-#ifndef _ORBTEST_
2
-#define _ORBTEST_
+#ifndef _ORBUNITTEST_
+#define _ORBUNITTEST_
3
4
#include "gtest/gtest.h"
5
-#include "../../../source/module_orbital/ORB_control.h"
6
-#include "../../../source/module_base/global_function.h"
7
-#include "../../../source/src_lcao/center2_orb-orb11.h"
+#include "module_orbital/ORB_control.h"
+#include "module_base/global_function.h"
+#include "src_lcao/center2_orb-orb11.h"
8
//#include "mock_center2.h"
9
#include <fstream>
10
#include <iomanip>
0 commit comments