X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.c;h=ca83572cdfcea830f02b4b51a2e44dd1455bee20;hp=40803d5fe5e75b2d4ff23c13e69a475cf2ea4bab;hb=2f0a0704e6130f73821429779da3161ff0ae2434;hpb=9a0a1b10e8e13f1cc1117eaa4c25a02112a36117 diff --git a/nlsop.c b/nlsop.c index 40803d5..ca83572 100644 --- 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; } @@ -1170,6 +1174,10 @@ int main(int argc,char **argv) ne_max=0; ip_max=0; +#ifdef MORE_PRINTF + printf("reading argv ..."); +#endif + for(i=1;i