|
Loading...
Searching...
No Matches
Go to the documentation of this file.
46 for( int i = pos; i < 80; i++)
61 for( int i = beg; i <= end; i++)
67bool MPSInput::readLine()
89 << " " << m_buf << std::endl;)
100 for( int i = 0; i < len; i++)
136 else if(( m_buf[39] == '$') && ( m_buf[38] == ' '))
163 if(number || len < 13)
252 << "DMPSIN02 -----------------------------------------------"
254 << "DMPSIN03 f0=" << (( m_f0 == 0) ? "nil" : m_f0) << std::endl
255 << "DMPSIN04 f1=" << (( m_f1 == 0) ? "nil" : m_f1) << std::endl
256 << "DMPSIN05 f2=" << (( m_f2 == 0) ? "nil" : m_f2) << std::endl
257 << "DMPSIN06 f3=" << (( m_f3 == 0) ? "nil" : m_f3) << std::endl
258 << "DMPSIN07 f4=" << (( m_f4 == 0) ? "nil" : m_f4) << std::endl
259 << "DMPSIN08 f5=" << (( m_f5 == 0) ? "nil" : m_f5) << std::endl
260 << "DMPSIN09 -----------------------------------------------"
268void MPSInput::insertName( const char* name, bool second)
Safe arrays of data objects.
Everything should be within this namespace.
static void patch_field(char *buf, int beg, int end) change all blanks inside a field to PATCH_CHAR.
static void clear_from(char *buf, int pos) fill the line from pos up to column 80 with blanks.
Debugging, floating point type and parameter definitions.
Wrapper for different output streams and verbosity levels.
|