IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2008, 11:13:15 AM (18 years ago)
Author:
eugene
Message:

allow functions to use FLT or INT vectors as appropriate; document valid types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/dvo/imrough.c

    r20839 r20859  
    1818  Vector *vec;
    1919
     20  // XXX this function is only valid for the Elixir db system, not the IPP db system
     21  // this function should exit gracefully if the REGISTRATION_DATABASE is missing
    2022  VarConfig ("REGISTRATION_DATABASE", "%s", DataBase);
    2123
     
    132134  N = 0;
    133135  NVEC = 1000;
    134   REALLOCATE (vec[0].elements.Flt, opihi_flt, NVEC);
     136  ResetVector (vec, OPIHI_FLT, NVEC);
    135137  Vec = vec[0].elements.Flt;
    136138
Note: See TracChangeset for help on using the changeset viewer.