From d97ccf3be62545933e97b5dd512d736ebcc3ddd9 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 30 Sep 2004 18:12:09 +0000 Subject: [PATCH] mre printf --- nlsop.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nlsop.c b/nlsop.c index a6fe553..09b1666 100644 --- a/nlsop.c +++ b/nlsop.c @@ -1429,6 +1429,9 @@ int main(int argc,char **argv) sprintf(cc_txt,"total c: %d",my_info.cc); d3_lattice_draw(&d3_l,x,y,z,25,arg_v,mode,0,NULL,0,NULL,0); } +#endif +#ifdef MORE_PRINTF + if(i%refresh==0) printf("step: %d\n",i); #endif if(i%resave==0 && strcmp(s_file,"") && resave!=0 && i!=0) { -- 2.20.1