Skip to content

Commit f26107a

Browse files
committed
small changes
1 parent 66a2aca commit f26107a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/module_orbital/test/ORB_unittest.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#ifndef _ORBTEST_
2-
#define _ORBTEST_
1+
#ifndef _ORBUNITTEST_
2+
#define _ORBUNITTEST_
33

44
#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"
5+
#include "module_orbital/ORB_control.h"
6+
#include "module_base/global_function.h"
7+
#include "src_lcao/center2_orb-orb11.h"
88
//#include "mock_center2.h"
99
#include <fstream>
1010
#include <iomanip>

0 commit comments

Comments
 (0)