Skip to content

Commit

Permalink
remove python printing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarratt committed Jun 16, 2020
1 parent d0a0551 commit fbf6ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/glblopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ typedef double pfloat; /* for numerical values */
#ifdef MATLAB_MEX_FILE
#include "mex.h"
#define PRINTTEXT mexPrintf
#elif defined PYTHON
#include <Python.h>
#define PRINTTEXT PySys_WriteStdout
// #elif defined PYTHON
// #include <Python.h>
// #define PRINTTEXT PySys_WriteStdout
#else
#define PRINTTEXT printf
#endif
Expand Down

0 comments on commit fbf6ebd

Please sign in to comment.