Definition at line 132 of file ofits.h.
References ___err___, ___warn___, CalcSize(), FormatComment(), FormatKey(), and gLog.
Referenced by ofits::Set().
146 std::ostringstream sout;
147 sout <<
"Size " << sz <<
" of entry for key '" <<
key <<
"' exceeds 80 characters.";
149 throw std::runtime_error(sout.str());
164 std::ostringstream sout;
165 sout <<
"Size " << sz <<
" of entry for key '" << key <<
"' exceeds 80 characters... removed comment.";
171 std::ostringstream sout;
172 sout <<
"Size " << sz <<
" of entry for key '" << key <<
"' exceeds 80 characters even without comment.";
174 throw std::runtime_error(sout.str());