From kde-commits Thu Jan 31 23:25:58 2013 From: Barth Netterfield Date: Thu, 31 Jan 2013 23:25:58 +0000 To: kde-commits Subject: branches/work/kst/portto4/kst/src/plugins/fits/gaussian_unweighted Message-Id: <20130131232558.67505AC86C () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135967477018178 SVN commit 1336647 by netterfield: Change to comments... M +1 -1 fitgaussian_unweighted.cpp --- branches/work/kst/portto4/kst/src/plugins/fits/gaussian_unweighted/fitgaussian_unweighted.cpp #1336646:1336647 @@ -207,7 +207,7 @@ D = max_y; C = x_at_min_y; } - // guess that the width of the gaussian is around 1/4 of the x range (?) + // guess that the width of the gaussian is around 1/10 of the x range (?) P[0] = A; P[1] = (max_x - min_x)*0.1;