Skip to content

Commit

Permalink
Merge pull request #184 from sbarratt/remove_special_python_printing
Browse files Browse the repository at this point in the history
Remove specialized python printing
  • Loading branch information
SteveDiamond authored Jun 29, 2020
2 parents d0a0551 + fbf6ebd commit 40e26ef
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 40e26ef

Please sign in to comment.