]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix MT mode non-compilability.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Feb 2000 17:03:53 +0000 (17:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Feb 2000 17:03:53 +0000 (17:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@2375 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.templates.h

index d80666f0204706f1bd41c59dd877e9e07bd052a5..75ed719b7c0e14d08491b0952f541db7015fe00a 100644 (file)
@@ -466,8 +466,8 @@ SparseMatrix<number>::threaded_matrix_norm (const Vector<somenumber> &v,
 {
 #ifdef DEAL_II_USE_MT
   somenumber sum = 0.;
-  const number      *val_ptr    = &val[cols->rowstart[begin_row]];
-  const unsignedint *colnum_ptr = &cols->colnums[cols->rowstart[begin_row]];
+  const number       *val_ptr    = &val[cols->rowstart[begin_row]];
+  const unsigned int *colnum_ptr = &cols->colnums[cols->rowstart[begin_row]];
   for (unsigned int row=begin_row; row<end_row; ++row)
     {
       somenumber s = 0.;

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.