From 4dc78bcf750f31d211c7965585b042189e357b05 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Thu, 23 Jun 2016 07:33:00 +0200 Subject: [PATCH] mv BLAS.* to LinAlg.* --- MathLib/LinAlg/{BLAS.cpp => LinAlg.cpp} | 2 +- MathLib/LinAlg/{BLAS.h => LinAlg.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename MathLib/LinAlg/{BLAS.cpp => LinAlg.cpp} (99%) rename MathLib/LinAlg/{BLAS.h => LinAlg.h} (100%) diff --git a/MathLib/LinAlg/BLAS.cpp b/MathLib/LinAlg/LinAlg.cpp similarity index 99% rename from MathLib/LinAlg/BLAS.cpp rename to MathLib/LinAlg/LinAlg.cpp index 979c219e2cf..08527728ddc 100644 --- a/MathLib/LinAlg/BLAS.cpp +++ b/MathLib/LinAlg/LinAlg.cpp @@ -7,7 +7,7 @@ * */ -#include "BLAS.h" +#include "LinAlg.h" // TODO reorder LinAlg function signatures? diff --git a/MathLib/LinAlg/BLAS.h b/MathLib/LinAlg/LinAlg.h similarity index 100% rename from MathLib/LinAlg/BLAS.h rename to MathLib/LinAlg/LinAlg.h -- GitLab