From 75b9499a54daee5953b7be1e164df5e0f714ac3d Mon Sep 17 00:00:00 2001 From: Alexander Grayver Date: Thu, 7 Dec 2017 10:28:04 +0100 Subject: [PATCH] Fix typo --- include/deal.II/lac/lapack_templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/lapack_templates.h b/include/deal.II/lac/lapack_templates.h index 8696a5d382..c7cc243bc7 100644 --- a/include/deal.II/lac/lapack_templates.h +++ b/include/deal.II/lac/lapack_templates.h @@ -869,7 +869,7 @@ potrs (const char *, const int *, const int *, inline void potrs (const char *, const int *, const int *, const float *, const int *, - flaot *, const int *, + float *, const int *, int *) { Assert (false, LAPACKSupport::ExcMissing("spotrs")); -- 2.39.5