53 Loki::NoDestroy > Type;
54 return Type::Instance();
80 cerr <<
"File type " << fileType <<
" not supported for this "
84 m_f->m_inputfiles[fileType].push_back(fileName);
91 string fname =
m_config[
"outfile"].as<
string>();
95 cerr <<
"Error opening file: " << fname << endl;
108 cerr <<
"WARNING: Unrecognised config option " << key
109 <<
", proceeding anyway." << endl;
112 it->second.m_beenSet =
true;
114 if (it->second.m_isBool)
116 it->second.m_value =
"1";
120 it->second.m_value = val;
133 cerr <<
"No configuration options for this module." << endl;
139 cerr << setw(10) << it->first <<
": " << it->second.m_desc
154 if (!it->second.m_beenSet)
156 it->second.m_value = it->second.m_defValue;
166 cout <<
"Field size = " <<