IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2015, 9:12:28 AM (11 years ago)
Author:
eugene
Message:

add api for arbitrary 3D rotations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/gaussdeviate.c

    r39242 r39245  
    3131int gaussintegral (int argc, char **argv) {
    3232 
     33  gprint (GP_ERR, "fix gaussintegral\n");
     34  return (FALSE);
     35
     36/*
    3337  int i, Npts;
    3438  Vector *vec;
     
    5357  gprint (GP_ERR, "USAGE: gaussintegral Npts mean sigma\n");
    5458  return (FALSE);
     59*/
    5560   
    5661}
Note: See TracChangeset for help on using the changeset viewer.