]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use full words for variable names.
authorDavid Wells <drwells@vt.edu>
Sat, 18 Apr 2015 15:58:13 +0000 (11:58 -0400)
committerDavid Wells <drwells@vt.edu>
Sat, 18 Apr 2015 15:58:13 +0000 (11:58 -0400)
include/deal.II/lac/block_vector.templates.h

index d89831e31d021cb70fca3fbf3c5bf00bc0764a8d..288c48dc320524cfbbced4e3a2286175d9c31d56 100644 (file)
@@ -92,11 +92,11 @@ BlockVector<Number>::BlockVector (const TrilinosWrappers::BlockVector &v)
 
 
 template <typename Number>
-void BlockVector<Number>::reinit (const unsigned int n_bl,
-                                  const size_type    bl_sz,
+void BlockVector<Number>::reinit (const unsigned int n_blocks,
+                                  const size_type    block_size,
                                   const bool         fast)
 {
-  std::vector<size_type> block_sizes(n_bl, bl_sz);
+  std::vector<size_type> block_sizes(n_blocks, block_size);
   reinit(block_sizes, fast);
 }
 

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.