11 #ifndef FixedSizeRowTool_H
12 #define FixedSizeRowTool_H
25 static void help(std::ostream &o)
26 { o <<
"Converts file to a format with fixed size rows"; }
28 static void usage(
const std::string&
name, std::ostream &o)
29 { o <<
name <<
" <input.odb> <output.odb>"; }