27 #ifndef ANTIOCH_INPUT_UTILS_H
28 #define ANTIOCH_INPUT_UTILS_H
51 while(std::isblank(c))in.get(c);
55 while (in.get(c), c==comment_start)
56 in.getline (line, 255);
65 #endif //ANTIOCH_INPUT_UTILS_H
The parameters are reduced parameters.
void skip_comment_lines(std::istream &in, const char comment_start)
Skip comment lines in the header of an ASCII text file prefixed with the comment character 'comment_s...