|
From: <kin...@us...> - 2004-02-27 10:49:41
|
Update of /cvsroot/teem/teem/src/ten In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17013 Modified Files: tendGrads.c Log Message: improved usage info Index: tendGrads.c =================================================================== RCS file: /cvsroot/teem/teem/src/ten/tendGrads.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tendGrads.c 27 Feb 2004 10:23:56 -0000 1.2 --- tendGrads.c 27 Feb 2004 10:41:03 -0000 1.3 *************** *** 26,30 **** ", based on a simulation of anti-podal point pairs repelling each other " "on the unit sphere surface. This can either distribute more uniformly a given " ! "set of gradients, or it can make a new distribution from scratch. "); int --- 26,33 ---- ", based on a simulation of anti-podal point pairs repelling each other " "on the unit sphere surface. This can either distribute more uniformly a given " ! "set of gradients, or it can make a new distribution from scratch. A more " ! "clever implementation could decrease drag with time, as the solution converges, " ! "to get closer to the minimum energy configuration faster. In the mean time, you " ! "can run a second pass on the output of the first pass, using lower drag. "); int |