- Timestamp:
- Nov 30, 2008, 11:13:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/dvo/imrough.c
r20839 r20859 18 18 Vector *vec; 19 19 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 20 22 VarConfig ("REGISTRATION_DATABASE", "%s", DataBase); 21 23 … … 132 134 N = 0; 133 135 NVEC = 1000; 134 R EALLOCATE (vec[0].elements.Flt, opihi_flt, NVEC);136 ResetVector (vec, OPIHI_FLT, NVEC); 135 137 Vec = vec[0].elements.Flt; 136 138
Note:
See TracChangeset
for help on using the changeset viewer.
