Home
last modified time | relevance | path

Searched refs:infile (Results 1 – 1 of 1) sorted by relevance

/phasta/phSolver/common/
H A DCinput.cc41 ifstream infile( fname.c_str(), ios::in); in Input() local
43 if(!infile || infile.eof()){ in Input()
53 get_input_lines(input_text, infile); in Input()
86 infile.close(); in Input()
114 void phSolver::Input::get_input_lines(vector<string> *text, ifstream &infile) in get_input_lines() argument
117 while ( getline( infile, textline, '\n' ) ) { in get_input_lines()