]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix return type of pslange_
authorBenjamin Brands <benjamin.brands@fau.de>
Mon, 15 Jan 2018 16:59:28 +0000 (17:59 +0100)
committerBenjamin Brands <benjamin.brands@fau.de>
Mon, 15 Jan 2018 17:01:20 +0000 (18:01 +0100)
include/deal.II/lac/scalapack.templates.h
tests/scalapack/scalapack_05.mpirun=1.output
tests/scalapack/scalapack_05.mpirun=11.output
tests/scalapack/scalapack_05.mpirun=4.output

index 173ff298a5423e55e9447e1be97c5c7e5c3a7b49..7ef24d5dc557417c0d8c7bb0f8c0acd9db7c1b6f 100644 (file)
@@ -410,14 +410,14 @@ extern "C"
                   int const &ja,
                   int *desca,
                   double *work);
-  double pslange_(char const *norm,
-                  int const &m,
-                  int const &n,
-                  float *A,
-                  int const &ia,
-                  int const &ja,
-                  int *desca,
-                  float *work);
+  float pslange_(char const *norm,
+                 int const &m,
+                 int const &n,
+                 float *A,
+                 int const &ia,
+                 int const &ja,
+                 int *desca,
+                 float *work);
 
   /**
    * Compute the process coordinate which possesses the entry of a
index 199da4b6bb6196881b234b5cb8d881bd4e83b852..475800de920399f05ef0ca97266739c3020e1fa7 100644 (file)
@@ -1,9 +1,9 @@
 32 32 1 1
 0.410521 0.471758
 64 32 1 1
-0.44694 0.478752
+0.44694 0.478753
 64 64 1 1
-0.444662 0.485917
+0.444662 0.485916
 120 32 1 1
 0.459052 0.486953
 120 64 1 1
index 41d09fcab0a71c77caad4b1d01a01fb91ea15d33..78f86b0bc6361f53260def8cff4f7eec02c3f47c 100644 (file)
@@ -1,9 +1,9 @@
 32 32 1 1
 0.410521 0.471758
 64 32 2 2
-0.44694 0.478752
+0.44694 0.478753
 64 64 1 1
-0.444662 0.485917
+0.444662 0.485916
 120 32 3 3
 0.459052 0.486953
 120 64 2 2
index 2cd3be59cebce17e31c1af14f168d4acf9b96ef4..d1f98f13c08aa62902ee485ada70bc89102a9090 100644 (file)
@@ -1,9 +1,9 @@
 32 32 1 1
 0.410521 0.471758
 64 32 2 2
-0.44694 0.478752
+0.44694 0.478753
 64 64 1 1
-0.444662 0.485917
+0.444662 0.485916
 120 32 2 2
 0.459052 0.486953
 120 64 2 2

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.