]> https://gitweb.dealii.org/ - dealii.git/commit
Rename a function argument. 3446/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 3 Nov 2016 22:53:45 +0000 (16:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Nov 2016 13:32:14 +0000 (07:32 -0600)
commit33469be4762e904c45d07121cbb3f776af0003b3
treea0d4f7ae05d4af01addda60eb3beeb2fe7f28cd6
parenta1e66d482b1ab31fce98ce5599c4d9a14197ac38
Rename a function argument.

DataOutRotation::build_one_patch took a variable named 'patches',
but unlike in #3445, it is not a reference to the class's member
variable of the same name. Rather, it is an array this function
needs to fill in, and nobody else sees it. Consequently,
rename it 'my_patches'.

While there, also update the documentation, which is no longer
in agreement with the implementation.
include/deal.II/numerics/data_out_rotation.h
source/numerics/data_out_rotation.cc

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.