From 52459e25daaa7e87fb7e04383abed27dc1b0b686 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 25 Sep 2002 22:49:40 +0000 Subject: [PATCH] Fix incorrect parameter name. git-svn-id: https://svn.dealii.org/trunk@6521 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 7f6a2b1229..73aa378f40 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -921,7 +921,7 @@ class SparseDirectMA47 : public Subscriptor const unsigned int *KEEP, const double *CNTL, const unsigned int *ICNTL, - unsigned int *IW, + unsigned int *IW1, int *INFO); /** -- 2.39.5