Commit 6dc2d5c5 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix reference to lapack_calls header file

parent 69932a58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

#ifndef INCLUDE_LAPACK_CALLS_H_
#define INCLUDE_LAPACK_CALLS_H_
#include "../include/lapac_calls.h"
#include "../include/lapack_calls.h"
#endif

using namespace std;