From: hackbard <hackbard> Date: Tue, 29 Apr 2003 07:56:27 +0000 (+0000) Subject: added c0 in usage() X-Git-Url: https://hackdaworld.org/gitweb/?a=commitdiff_plain;h=82e3f9e4620eee58b5254dea40d305bc816bdc8e;p=physik%2Fmorpheus.git added c0 in usage() --- diff --git a/main.c b/main.c index b2ca816..2f1cff5 100644 --- a/main.c +++ b/main.c @@ -50,8 +50,9 @@ int usage() printf("-r <value> \t pressure range from amorphous SiCx (default %d)\n",DEFAULT_A_P_RANGE); printf("-f <value> \t faktor for pressure from amorphous SiCx (default %f)\n",DEFAULT_A_P_FAKTOR); printf("-p <value> \t p0 for probability of cell getting amorph (default %f)\n",DEFAULT_A_P_P0); - printf("-C <value> \t C start concentration (default %d)\n",DEFAULT_C_DIST_START_CONC); + printf("-C <value> \t C disribution start concentration (default %d)\n",DEFAULT_C_DIST_START_CONC); printf("-S <value> \t slope of linear C distribution (default %d)\n",DEFAULT_C_DIST_SLOPE); + printf("-b <value> \t initial C concentration (default %d)\n",DEFAULT_C_C0); puts("-R <file> \t read random data from file (default not used)"); puts("-D <file> \t dump cell info into <file> (default not used)"); puts("-L <file> \t load cell info and display it (default no)");