Loading...
Searching...
No Matches
Go to the documentation of this file.
35 std::stringstream msg;
38 msg <<
"On entry to " << srname <<
" parameter number " << (*info) <<
" has an illegal value";
40 msg <<
"On entry to " << srname <<
" parameters LOT, JUMP, N and INC are inconsistent";
42 msg <<
"On entry to " << srname <<
" parameter L is greater than LDIM";
44 msg <<
"On entry to " << srname <<
" parameter M is greater than MDIM";
46 msg <<
"Within " << srname <<
" input error returned by lower level routine";
48 msg <<
"On entry to " << srname <<
" parameter LDIM is less than 2*(L/2+1)";