Skip to content

Commit 7e6d55c

Browse files
committed
Fix header usage
1 parent 405c12f commit 7e6d55c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/source_base/module_external/lapack_connector.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#include <stdexcept>
66
#include <iostream>
77
#include <cassert>
8-
#include "matrix.h"
9-
#include "complexmatrix.h"
10-
#include "global_function.h"
8+
#include "../matrix.h"
9+
#include "../complexmatrix.h"
10+
#include "../global_function.h"
1111

1212
//Naming convention of lapack subroutines : ammxxx, where
1313
//"a" specifies the data type:

0 commit comments

Comments
 (0)