My interest in GraceGTK interface had been lessen by the new subjects has AI and by the evolution of GTK with always more incompatibilities with old versions. I have recently tried the Debian13 (13.5) and found that some GraceGTK tests returns incorrect results (i.e Nonlinear fit/Levenberg (batch)). The Debian 13 shows others deficiencies on my (old) computer, thus I advise against using GraceGTK with this version.
Sorry but I have no knowledge about Apple system and no access to an Apple computer, thus somebody else should help you. Thanks for your interest in GraceGTK
Hi, Good remarks, I had pushed into GIT repository amendments. I will soon post a new release including new selection method for objects. Regards, PV
Hi, Actually, the spin button in Explorer/Project/Create set is limited but you may use a command script in the Window/Command menu, using the MESH function. If you type with G0 g0.s0 on g0.s0 length 5000 s0.x = mesh(0,1,5000) s0.y = x^2 select all the lines (Ctrl-A) and click "Apply", you will create a curve (set 0) with 5000 points between x=0 and x=1. Thanks for your remark: I will increase the limit in the next release.
Hi, The GUI line in gracegtkrc is just to set the place, not the size. Presently, in the GTK2 version, there is no option to fix the size of the window: you must add a line in the C source of ge_explorer_popup() to change the default. In the GTK3 branch, a default is set in the glade/ge_explorer.glade file (common page), but work is in progress on this branch to remove a lot of bugs and sync with the GTK2 one.
Hi Vishnu, It seems that bad programming practice makes now trouble with gcc-10. To remove the bug, I have concatenated loessf.f and supp.f into a single file called loessf.f90 and changed old FORTRAN fixed form in more modern Fortran90 free form. This now produces warnings when compiling with the older gcc compiler of my Debian-9.6. The trouble is that the second argument of subroutine ehg184 is declared as a rank 2 array but ehg184 is called with a scalar or a rank 1 array. Considering that ehg184...
Hi, The file tmc.c in the examples directory allows to test the -pipe feature: copy it where you want, compile it with "gcc ./tmc.c -o tmc -lm" * try with "./tmc | ggrace -pipe" I just try it into a Debian 10 and it should work. If you prefer to use grace_np library, in the source packet, go into the grace_np directory: the file test_np.c is an example of a C program using it. Thanks for using GraceGTK PV
You are right, it's better to avoid deleted feature and I have add END DO to terminate DO loops,.