From: Alexander Grayver Date: Thu, 7 Dec 2017 09:28:04 +0000 (+0100) Subject: Fix typo X-Git-Tag: v9.0.0-rc1~680^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b9499a54daee5953b7be1e164df5e0f714ac3d;p=dealii.git Fix typo --- 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"));