Skip to content
Snippets Groups Projects
Commit 3062bc2b authored by Martin Nolte's avatar Martin Nolte
Browse files

two more gcc-4.7 bugs

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1630 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 8a496173
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@ generateRawImage (istream_t & in, ostream & os,
nper++;
}
else {
cerr << "**FEHLER (FATAL): "__FILE__ << " " << __LINE__ << " ... Exiting." << endl ;
cerr << "**FEHLER (FATAL): " << __FILE__ << " " << __LINE__ << " ... Exiting." << endl ;
abort();
}
}
......@@ -899,7 +899,7 @@ void MacroGridBuilder :: inflateMacroGrid (istream & rawInput) {
break ;
default :
cerr << "**ERROR (FATAL): unknown ElementID in Rawformat File ["
<< elementType << "] in "__FILE__ << " " << __LINE__ << " ... Exiting. " << endl ;
<< elementType << "] in " << __FILE__ << " " << __LINE__ << " ... Exiting. " << endl ;
exit (1) ;
break ;
}
......
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