Get rid of annoying printf messages in itm.cpp
This commit is contained in:
parent
b685fffd82
commit
693f868930
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue