Skip to content
Snippets Groups Projects

Feature/fix shadow warnings

Merged Christoph Grüninger requested to merge feature/fix-shadow-warnings into master

If you have better name suggestions, please tell me and I change the names.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
300 300 DUNE_THROW(FMatrixError,"Axpy test failed!");
301 301 }
302 302 {
303 DynamicMatrix<K> A(n,n+1);
  • 294 294 DUNE_THROW(FMatrixError,"Axpy test failed!");
  • 177 177 <<"iterator and n is the difference type!" <<std::endl;
    178 178 ret++;
    179 179 }
    180 for(int i=0; i< index; i++) ++test;
  • Besides the white-space change everything looks fine.

  • Added 18 commits:

    • 1cdbfe89...994902f9 - 16 commits from branch master
    • b9deda92 - Fix Wshadow warnings in headers
    • 09d70bfe - Fix Wshadow warnings in test code
  • mentioned in commit 394c5cde

  • Christoph Grüninger Status changed to merged

    Status changed to merged

  • mentioned in issue #17 (closed)

  • mentioned in commit 9aeb308a

  • Mentioned in commit 394c5cde

  • Please register or sign in to reply
    Loading