Loading...
Searching...
No Matches
gams::GAMSOptions::EErrMsg Struct Reference

Placing of compilation error messages. More...

#include <gamsoptions.h>

Public Types

enum  EErrMsgEnum { EndOfCompilerListing = 0 , FollowingError = 1 , Suppress = 2 }
 Placing of compilation error messages. More...
 

Detailed Description

Placing of compilation error messages.

Definition at line 218 of file gamsoptions.h.

Member Enumeration Documentation

◆ EErrMsgEnum

Placing of compilation error messages.

Enumerator
EndOfCompilerListing 

Place error messages at the end of compiler listing.

FollowingError 

Place error messages immediately following the line with the error.

Suppress 

Suppress error messages.

Definition at line 221 of file gamsoptions.h.