Skip to content
Snippets Groups Projects
Commit 15772f30 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Add header for headercheck, add comment to make Clang happy.

SVN ignore new tests.

[[Imported from SVN: r1903]]
parent 0dd1c0c2
No related branches found
No related tags found
No related merge requests found
......@@ -1452,9 +1452,9 @@ namespace Dune
iterator end = vertices_.end();*/
throw "Not yet implemented";
while(begin!=end) {
//for();
}
// while(begin!=end){
//for();
// }
}
......
......@@ -3,6 +3,8 @@
#ifndef DUNE_ISTL_FASTAMGSMOOTHER_HH
#define DUNE_ISTL_FASTAMGSMOOTHER_HH
#include <cstddef>
namespace Dune
{
namespace Amg
......
......@@ -11,3 +11,4 @@ pamgtest
pamg_comm_repart_test
transfertest
kamgtest
fastamg
......@@ -29,3 +29,4 @@ testmat
testvec
superluctest
seqmatrixmarkettest
solvertest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment