From 6dc2d5c5de47f4b6eeae66c0e983a256a70e7486 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Mon, 4 Mar 2024 15:51:05 +0100 Subject: [PATCH] Fix reference to lapack_calls header file --- src/libnptm/lapack_calls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnptm/lapack_calls.cpp b/src/libnptm/lapack_calls.cpp index ded76f3c..0a6eaf34 100644 --- a/src/libnptm/lapack_calls.cpp +++ b/src/libnptm/lapack_calls.cpp @@ -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; -- GitLab