Changeset 29149
- Timestamp:
- Sep 12, 2010, 12:39:31 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/Ohana/src
- Files:
-
- 4 edited
-
libfits/header/F_H_field.c (modified) (1 diff)
-
opihi/cmd.data/svd.c (modified) (1 diff)
-
opihi/include/data.h (modified) (1 diff)
-
opihi/lib.data/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/libfits/header/F_H_field.c
r27435 r29149 11 11 12 12 if (header[0].buffer == NULL) return NULL; 13 14 // regular keywords cannot be larger than 8 chars (use HIERARCH instead) 15 if (strlen(field) > 8) return NULL; 13 16 14 17 /* create a blank-padded keyword with exactly 8 characters */ -
branches/eam_branches/ipp-20100823/Ohana/src/opihi/cmd.data/svd.c
r27185 r29149 82 82 } 83 83 84 # if 085 status = svdcmp_bond_ raw (Ny, Nx, 1, 1, FLT_EPSILON, 1e-6, a, q, u, v);84 # if 1 85 status = svdcmp_bond_new (Ny, Nx, 1, 1, FLT_EPSILON, 1e-6, a, q, u, v); 86 86 fprintf (stderr, "status: %d\n", status); 87 87 # else -
branches/eam_branches/ipp-20100823/Ohana/src/opihi/include/data.h
r27435 r29149 92 92 int svdcmp_bond_raw(int m, int n, int withu, int withv, double eps, double tol, double **a, double *q, double **u, double **v); 93 93 94 /* in svdcmp_bond_new.c */ 95 int svdcmp_bond_new(int m, int n, int withu, int withv, double eps, double tol, double **a, double *q, double **u, double **v); 96 94 97 /* mrqmin.c */ 95 98 opihi_flt mrqcof (opihi_flt *x, opihi_flt *y, opihi_flt *dy, int Npts, -
branches/eam_branches/ipp-20100823/Ohana/src/opihi/lib.data/Makefile
r27185 r29149 20 20 $(SDIR)/fft.$(ARCH).o \ 21 21 $(SDIR)/svdcmp.$(ARCH).o \ 22 $(SDIR)/svdcmp_bond_new.$(ARCH).o \ 22 23 $(SDIR)/convert.$(ARCH).o \ 23 24 $(SDIR)/bracket.$(ARCH).o \
Note:
See TracChangeset
for help on using the changeset viewer.
