Loading...
Searching...
No Matches
Go to the documentation of this file.
19#define OPENSWATH_PRECONDITION(condition, message)\
20 assert( (condition) && (message));
22#define OPENSWATH_POSTCONDITION(condition, message)\
23 assert( (condition) && (message));