- Timestamp:
- Dec 13, 2015, 5:50:46 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro/cdhistogram.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/cdhistogram.c
r38062 r39266 101 101 gfits_free_matrix (&bf[0].matrix); 102 102 gfits_free_header (&bf[0].header); 103 CreateBuffer3D (bf, Nx, Ny, Nz, -32, 0.0, 1.0);103 if (!CreateBuffer3D (bf, Nx, Ny, Nz, -32, 0.0, 1.0)) return FALSE; 104 104 strcpy (bf[0].file, "(empty)"); 105 105 PutCoords (&newcoords, &bf[0].header);
Note:
See TracChangeset
for help on using the changeset viewer.
