IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2016, 11:09:46 AM (10 years ago)
Author:
eugene
Message:

add datan2, set atan2 to return radians as it should

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/VariableOps.c

    r18732 r39558  
    197197
    198198/* return TRUE / FALSE if name is an existant variable */
     199// XXX is this function better than IsScalar?
     200# if (0)
    199201int get_variable_exists (char *name) {
    200202 
     
    205207  return (FALSE);
    206208}
     209# endif
    207210
    208211float get_variable_default (char *name, float dvalue) {
Note: See TracChangeset for help on using the changeset viewer.