IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 8:52:42 AM (19 years ago)
Author:
eugene
Message:

cleanup names, ready to compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/dbStackMath.c

    r13440 r13443  
    11# include "opihi.h"
    22
    3 dvoStack *db_binary (dvoStack *V1, dvoStack *V2, char *op, float *fields, int Nfields) {
     3dvoStack *dbBinary (dvoStack *V1, dvoStack *V2, char *op, float *fields, int Nfields) {
    44
    55  float M1, M2;
     
    8585}
    8686
    87 dvoStack *db_unary (dvoStack *V1, dvoStack *V2, char *op, float *fields, int Nfields) {
     87dvoStack *dbUnary (dvoStack *V1, dvoStack *V2, char *op, float *fields, int Nfields) {
    8888
    8989  float M1;
Note: See TracChangeset for help on using the changeset viewer.