mre printf
[physik/nlsop.git] / nlsop.c
diff --git a/nlsop.c b/nlsop.c
index 40803d5..09b1666 100644 (file)
--- a/nlsop.c
+++ b/nlsop.c
@@ -373,8 +373,10 @@ int write_ac_distr(d3_lattice *d3_l,int ac_distr)
      if(*(d3_l->status+offset)&AMORPH) count+=1;
    }
   }
+#ifndef MAC
   if(ac_distr==4) dprintf(fd,"%d %d\n",z*CELL_LENGTH,count);
   else dprintf(fd,"%d %f\n",z*CELL_LENGTH,100.0*count/si_count);
+#endif
  }
  close(fd);
  
@@ -956,6 +958,7 @@ int load_from_file(char *lf,d3_lattice *d3_l,info *my_inf)
 
 int convert_file(char *cf,d3_lattice *d3_l)
 {
+#ifndef MAC
  int x,y,z;
  int c_fd;
 
@@ -976,6 +979,7 @@ int convert_file(char *cf,d3_lattice *d3_l)
   }
  }
  close(c_fd);
+#endif
 
  return 1;
 }
@@ -1425,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)
    {