getline            33 data/sphere/2014paperALE_sphere/improve_sphere.cpp 	for(string line; getline(ifs,line); )
getline             9 data/sphere/first_revision/test.cpp 	getline(is,s);
getline            86 data/sphere/level_set_test.cpp   for(std::string line; std::getline(dgf_file,line); )
getline            86 old_code/2015linfty/dune_bdf.hpp 		for(std::string line; getline(ifs, line); )
getline            92 old_code/tumor_growth/tumor_bdf.h     for(std::string line; getline(ifs, line); )
getline           224 src/grid_GridAndTime_impl.cpp   for(std::string line; std::getline(dgf_file, line); )
getline            42 src/maxH_main.cpp     for(string s; getline(ifs, s); ) push_back(s);