error              65 old_code/2015linfty/dune_bdf.hpp 		auto error = [](const std::string& msg){ 
error              83 old_code/2015linfty/dune_bdf.hpp 		if(!ifs) error("File \"" + filename + "\" does not exist!");
error              93 old_code/2015linfty/dune_bdf.hpp 		if( first == lines.end() ) error("Missing keyword \"VERTEX\" in file \""
error              98 old_code/2015linfty/dune_bdf.hpp 		if( last == lines.end() ) error("Missing ending symbol \"#\" in file \""
error             136 old_code/2015linfty/dune_bdf.hpp 		auto error = [] (const std::string& msg) { 
error             142 old_code/2015linfty/dune_bdf.hpp 			if(!(interpreter >> it)) error("operator>>() failed!");
error             144 old_code/2015linfty/dune_bdf.hpp 			error("whitespace left!");
error              71 old_code/tumor_growth/tumor_bdf.h     auto error = [](const std::string& msg){ 
error              89 old_code/tumor_growth/tumor_bdf.h     if(!ifs) error("File \"" + filename + "\" does not exist!");
error              99 old_code/tumor_growth/tumor_bdf.h     if( first == lines.end() ) error("Missing keyword \"VERTEX\" in file \""
error             104 old_code/tumor_growth/tumor_bdf.h     if( last == lines.end() ) error("Missing ending symbol \"#\" in file \""
error             157 old_code/tumor_growth/tumor_bdf.h     auto error = [] (const std::string& msg) { 
error             163 old_code/tumor_growth/tumor_bdf.h       if(!(interpreter >> it)) error("operator>>() failed!");
error             165 old_code/tumor_growth/tumor_bdf.h       error("whitespace left!");