]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update to match the current style guide. 887/head
authorDavid Wells <drwells@vt.edu>
Tue, 28 Apr 2015 02:23:16 +0000 (22:23 -0400)
committerDavid Wells <drwells@vt.edu>
Tue, 28 Apr 2015 14:09:25 +0000 (10:09 -0400)
include/deal.II/grid/tria_iterator.templates.h

index 057121ca424947e30d147ba95caf446fc4dc6bd1..f822de9e2bf2fc5568e71ed85420c613823e2a0e 100644 (file)
@@ -121,18 +121,18 @@ TriaRawIterator<Accessor>::operator = (const TriaRawIterator<Accessor> &i)
 template <typename Accessor>
 inline
 bool
-TriaRawIterator<Accessor>::operator == (const TriaRawIterator<Accessor> &i) const
+TriaRawIterator<Accessor>::operator == (const TriaRawIterator<Accessor> &other) const
 {
-  return accessor == i.accessor;
+  return accessor == other.accessor;
 }
 
 
 template <typename Accessor>
 inline
 bool
-TriaRawIterator<Accessor>::operator != (const TriaRawIterator<Accessor> &i) const
+TriaRawIterator<Accessor>::operator != (const TriaRawIterator<Accessor> &other) const
 {
-  return not (*this == i);
+  return ! (*this == other);
 }
 
 

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.