X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=main.c;h=66503eeda10ef9ba2e783f058eb2d7a6f91ef446;hp=9306e60228f3c026a57cc0b15565083af588b4fd;hb=eecd9c34f43a4ee119595dd00261d1bff2fdf859;hpb=2114472cdcc3dc98f31f44f104148baaf4058651 diff --git a/main.c b/main.c index 9306e60..66503ee 100644 --- a/main.c +++ b/main.c @@ -46,7 +46,7 @@ int usage() puts("-d \t refresh every loops (default 100)"); puts("-r \t pressure range from amorphous SiCx (default 2)"); puts("-f \t (unused) faktor for pressure from amorphous SiCx (default 1)"); - puts("-p \t p0 for propability of cell getting amorph (default sum_range_rate / 4)"); + puts("-p \t p0 for probability of cell getting amorph (default sum_range_rate / 4)"); return -23; } @@ -86,7 +86,7 @@ int process_cell(void *cell_p,u32 x,u32 y,u32 z,u32 x_max,u32 y_max,u32 z_max,in // count+=faktor*1.0/(i*i+j*j+k*k); if(*cell&AMORPH) { - /* wrong propability! just test by now ...*/ + /* wrong probability! just test by now ...*/ if(rand_get(sum_range_rate)>count) make_cryst(cell); } else {