List of changes /improvements from version 1.0 to version 1.1.1

The main corrections are
 

  • C. Other improvements and corrections:
    1.  The code can now run and has been tested on SunOS and HP-UX platforms.
    2.  In sugomg.c:  The parameter "model" is removed. The default parameters are: double m0=1000,mhf=400,a0=0,tb=10,sgn=1,mtop=174.3; int model=1;
    3.  sugraVar(float m0, float ..) is replaced by sugraVar(double m0, double ..)
    4.  Comments added in gmuon.c and a bug has been fixed.
    5.  In "interface.c" new function "assignval_" for Fortran assignments. It is implemented in micro_sugra.f
    6.  Interface file sugraf.f is replaced by micro_sugra.f.
    7.  Bug in calchep (Segmentation fault) is removed.