~ubuntu-branches/ubuntu/utopic/dune-grid/utopic

« back to all changes in this revision

Viewing changes to dune/grid/test/staticcheck.hh

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2013-05-18 19:44:57 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130518194457-q9946agvxf2zvxat
Tags: 2.2.1-2
* Upload to unstable.
* Bumped Standards-Version to 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
      // increment / equality / ...
177
177
      IntersectionIterator j = i;
178
178
      ++j;
179
 
      i == j;
180
 
      i != j;
 
179
      { bool DUNE_UNUSED tmp = (i == j); }
 
180
      { bool DUNE_UNUSED tmp = (i != j); }
181
181
      j = i;
182
182
 
183
183
      // state