libkordersim: only BLAS is used, not LAPACK

kalman-mex
Sébastien Villemot 2023-07-27 09:44:17 +02:00
parent 33719e69f2
commit 0442fe785e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
module simulation
use iso_fortran_env
use tensors
use lapack
use blas
use matlab_mex
implicit none (type, external)