IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2019, 6:29:50 PM (7 years ago)
Author:
eugene
Message:

working on deimos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/lib.data/MedImageOps.c

    r36679 r40661  
    3232  free (medimage[0].name);
    3333  for (i = 0; i < medimage[0].Ninput; i++) {
    34     free (medimage[0].buffers[i]);
     34    free (medimage[0].sig[i]);
    3535  }
    36   free (medimage[0].buffers);
     36  free (medimage[0].sig);
    3737  free (medimage);
    3838}
     
    7575  medimage->Nx = Nx;
    7676  medimage->Ny = Ny;
    77   ALLOCATE (medimage->buffers, float *, 1);
     77  ALLOCATE (medimage->sig, float *, 1);
    7878
    7979  medimages[N] = medimage;
Note: See TracChangeset for help on using the changeset viewer.