At Fri, 24 Jul 2009 17:10:27 +0400, Evgeny Kurbatov wrote: > Ok, I'm ready to go. :) Could you give me an existing scripts for this > transformation? My plan is: > (i) clean-up gsl_const_cgs.h (remove > non-basic constants from it) and gsl_const_cgsm.h (remove basic > constants which will be included from gsl_const_cgs.h) > (ii) make gsl_const_cgse.h and add into it and into gsl_const_cgsm.h > some more electromagnetic constants.
The complete source code is in the git repository http://savannah.gnu.org/git/?group=gsl The main script is const/mkconst.sh which runs the code in the emacs lisp files const.el (to generate the header file) and calc-units-update.el (to add more definitions to Calc's unit system). It should work with the version of Calc that ships in Emacs 22. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
