Skip to content
Snippets Groups Projects
Commit c764786c authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

mark warning as such

[[Imported from SVN: r3201]]
parent 64461b0c
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ template<class OperatorType, class VectorType, class BitVectorType> ...@@ -38,7 +38,7 @@ template<class OperatorType, class VectorType, class BitVectorType>
void MultigridStep<OperatorType, VectorType, BitVectorType>::preprocess() void MultigridStep<OperatorType, VectorType, BitVectorType>::preprocess()
{ {
if(preprocessCalled) if(preprocessCalled)
std::cout << "Preprocess has already been called without calling iterate afterwards!" << std::endl; std::cout << "Warning: Preprocess has already been called without calling iterate afterwards!" << std::endl;
preprocessCalled = true; preprocessCalled = true;
int i; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment