1
0
Fork 0

Get rid of annoying printf messages in itm.cpp

This commit is contained in:
adrian 2011-12-03 20:08:50 +02:00
parent b685fffd82
commit 693f868930

View file

@ -132,8 +132,8 @@ double FORTRAN_DIM(const double &x, const double &y)
return 0.0;
}
#define set_warn(txt, err) printf("%s:%d %s\n", __func__, __LINE__, txt);
//#define set_warn(txt, err) printf("%s:%d %s\n", __func__, __LINE__, txt);
#define set_warn(txt, err) 1;
// :13: single-knife attenuation, page 6
/*