Package: grace
Version: 5.1.22-6

in the new nonlinear fitting patch that was added in grace 5.1.22-6, a link
in the menu to the Doniach-Sunjic function was left out. Please find
attached a patch that add the proper menu entry.

I am using:

GNU/Linux 2.6.31-20-generic #58-Ubuntu SMP i686
libc6 2.10.1-0ubuntu16
diff -Nru grace-5.1.22.orig/src/nonlwin.c grace-5.1.22/src/nonlwin.c
--- grace-5.1.22.orig/src/nonlwin.c	2010-05-27 13:39:05.655840000 -0700
+++ grace-5.1.22/src/nonlwin.c	2010-05-27 13:40:54.463840342 -0700
@@ -192,6 +192,7 @@
 	submenupeak = CreateMenu(menupane, "Peak Functions", 'P', FALSE);
 	CreateMenuButton(submenupeak, "Pseudo Voigt 1", 'V', nonl_PsVoight1_cb, NULL);
 	CreateMenuButton(submenupeak, "Pseudo Voigt 2", 'o', nonl_PsVoight2_cb, NULL);
+	CreateMenuButton(submenupeak, "Doniach-Sunjic", 'D', nonl_DS_cb, NULL);
 	CreateMenuButton(submenupeak, "Asymmetric Double Sigmoidal", 'S', nonl_Asym2Sig_cb, NULL);
 	CreateMenuButton(submenupeak, "LogNormal", 'L', nonl_LogNormal_cb, NULL);
 	CreateMenuButton(submenupeak, "Gram-Charlier A-Series", 'C', nonl_GCAS_cb, NULL);

Reply via email to