From e63c41184c23454ec7728d64063cd6cef832adca Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Sun, 20 May 2012 14:37:30 +0200 Subject: [PATCH] bytecode: removing debuging message --- mex/sources/bytecode/SparseMatrix.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mex/sources/bytecode/SparseMatrix.cc b/mex/sources/bytecode/SparseMatrix.cc index db577ac11..10840d15a 100644 --- a/mex/sources/bytecode/SparseMatrix.cc +++ b/mex/sources/bytecode/SparseMatrix.cc @@ -3008,10 +3008,12 @@ SparseMatrix::Simulate_Newton_One_Boundary(int blck, int y_size, int it_, int y_ select = true; break; } +#ifdef DEBUG if (select) mexPrintf("-> variable %s (%d) at time %d = %f direction = %f\n", get_variable(eEndogenous, j).c_str(), j+1, it_, y[j+it_*y_size], direction[j+it_*y_size]); else mexPrintf(" variable %s (%d) at time %d = %f direction = %f\n", get_variable(eEndogenous, j).c_str(), j+1, it_, y[j+it_*y_size], direction[j+it_*y_size]); +#endif } if (steady_state) {