-
- Downloads
Figaro at version 4.5.2
Changes to various Fortran modules to allow the use of g77 instead of f2c on Linux and MacOS. Has now been built under Red Hat 9.0, and under MacOS 10.3 Panther, both using g77. G77 is rather fussier than f2c, and I had to add the -fno-globals -Wno-globals flags to get around the structure of some .f modules where calls are made to the same routine but with different parameter types. Also was surprised to discover that I needed the -finit-local-zero flag to get around a problem in one routine. There may be more of these, so I set the flag as well as fixing the one case I spotted. ACMM Version 4.7
Showing
- README.txt 1 addition, 1 deletionREADME.txt
- applic/centers.f 4 additions, 3 deletionsapplic/centers.f
- applic/cpos.f 2 additions, 1 deletionapplic/cpos.f
- applic/ilaser.f 23 additions, 16 deletionsapplic/ilaser.f
- applic/irflux.f 7 additions, 2 deletionsapplic/irflux.f
- applic/medsky.f 5 additions, 2 deletionsapplic/medsky.f
- applic/wtiff.f 5 additions, 103 deletionsapplic/wtiff.f
- appsub/makefile 7 additions, 1 deletionappsub/makefile
- appsub/wtiff_out.f 82 additions, 0 deletionsappsub/wtiff_out.f
- appsub/wtiffsubs.f 51 additions, 0 deletionsappsub/wtiffsubs.f
- dev/fig 8 additions, 2 deletionsdev/fig
- dev/fig_sysdef_MacOSX 9 additions, 4 deletionsdev/fig_sysdef_MacOSX
- dev/fig_sysdef_linux 9 additions, 4 deletionsdev/fig_sysdef_linux
- dev/gmain_fpp.c 3 additions, 1 deletiondev/gmain_fpp.c
- dev/makefile 4 additions, 0 deletionsdev/makefile
- dsa/dsa_check_badbits.f 3 additions, 2 deletionsdsa/dsa_check_badbits.f
- dsa/dsa_reshape_axis.f 3 additions, 2 deletionsdsa/dsa_reshape_axis.f
- dsa/dsa_reshape_data.f 3 additions, 2 deletionsdsa/dsa_reshape_data.f
- dsa/dsaz_fname_unix.f 2 additions, 0 deletionsdsa/dsaz_fname_unix.f
- exp/logic.f 4 additions, 1 deletionexp/logic.f
Loading
Please register or sign in to comment