]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not use member function that doesn't exist.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 10 Aug 2013 22:09:56 +0000 (22:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 10 Aug 2013 22:09:56 +0000 (22:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@30283 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/block_matrix_base.h

index b839e04797fa3b1115472c3135f71649a5230a8c..df541b1ae8ac25147bbfdb36ea187084a7f36f07 100644 (file)
@@ -1820,7 +1820,7 @@ BlockMatrixBase<MatrixType>::memory_consumption () const
     MemoryConsumption::memory_consumption(temporary_data.counter_within_block)+
     MemoryConsumption::memory_consumption(temporary_data.column_indices)+
     MemoryConsumption::memory_consumption(temporary_data.column_values)+
-    MemoryConsumption::memory_consumption(temporary_data.mutex);
+    sizeof(temporary_data.mutex);
 
   for (unsigned int r=0; r<n_block_rows(); ++r)
     for (unsigned int c=0; c<n_block_cols(); ++c)

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.