IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32057


Ignore:
Timestamp:
Aug 9, 2011, 12:25:47 PM (15 years ago)
Author:
eugene
Message:

remove a deprecated comment block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/Ohana/src/relphot/src/load_images.c

    r31668 r32057  
    8585  }
    8686
    87 
    88   // generate db->vtable from db->ftable based on the selection
    89   // XXX does this simply duplicate the memory needlessly?  we recreate these lines
    90   // in reload_images.  If we had saved the line numbers, we could avoid this
    91   // vtable points *another* copy of the subset rows
    92   // (the later call to 'reload_images' copies the subset elements back on top of
    93   // the rows of the vtable)
    94   // gfits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, LineNumber, Nsubset);
    95   // MARKTIME("converted ftable to vtable: %f sec\n", dtime);
    96 
    9787  // save the subset of images in the static reference in ImageOps, set up indexes
    9888  initImages (subset, LineNumber, Nsubset);
Note: See TracChangeset for help on using the changeset viewer.