ofs                42 data/sphere/2014paperALE_sphere/improve_sphere.cpp 	ofstream ofs(ofname);
ofs                44 data/sphere/2014paperALE_sphere/improve_sphere.cpp 		ofs << line << endl;
ofs                45 data/sphere/2014paperALE_sphere/improve_sphere.cpp 	ofs.close();
ofs                19 data/sphere/first_revision/test.cpp 	ofstream ofs {argv[2]};
ofs                22 data/sphere/first_revision/test.cpp 		ofs << s << endl;
ofs                24 data/sphere/first_revision/test.cpp 	ofs << "SIMPLEX" << endl;
ofs                31 data/sphere/first_revision/test.cpp 		ofs << i1 << ' ' << i2 << ' ' << i3 << endl;
ofs                34 data/sphere/first_revision/test.cpp 	ofs << "#\n#\n";
ofs                35 data/sphere/first_revision/test.cpp 	ofs.close();
ofs                85 include/io_dof.h       std::ofstream ofs {filename};
ofs                86 include/io_dof.h       if(!ofs) err_open_file(filename);
ofs                88 include/io_dof.h 	if( !(ofs << *first << std::endl) )
ofs                54 include/io_errorStream.h       std::ofstream ofs;
ofs                65 include/io_errorStream.h       ofs << t;
ofs                72 old_code/2015linfty/iodof.h     std::ofstream ofs {curr_file};
ofs                73 old_code/2015linfty/iodof.h     if(!ofs) err_handling("Could not open file: " + curr_file);
ofs                75 old_code/2015linfty/iodof.h       ofs << *it << std::endl;
ofs                33 src/io_errorStream.cpp   :ofs {fname, std::ios_base::app}
ofs                38 src/io_errorStream.cpp   if(!ofs) cannot_open_file(fname);
ofs                50 src/io_errorStream.cpp   manip(ofs);
ofs                54 src/io_errorStream.cpp   ofs.close();