]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test that failed for 64bit. 1230/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 31 Jul 2015 19:00:09 +0000 (14:00 -0500)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 31 Jul 2015 19:00:09 +0000 (14:00 -0500)
source/lac/trilinos_sparse_matrix.cc

index f48945329ea3c4ceab66d0af8d215dcbddb1dfd1..eb76168c7d30645c754b37f4ffae5536101f59fd 100644 (file)
@@ -2208,7 +2208,7 @@ namespace TrilinosWrappers
                 transposed_mat.set (inputleft.trilinos_matrix().ColMap().GID(indices[j]),
                                     GID, values[j]);
 #else
-              const size_type GID = inputleft.matrix->RowMap().GID64(i);
+              const size_type GID = inputleft.trilinos_matrix().RowMap().GID64(i);
               for (TrilinosWrappers::types::int_type j=0; j<num_entries; ++j)
                 transposed_mat.set (inputleft.trilinos_matrix().ColMap().GID64(indices[j]),
                                     GID, values[j]);

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.