IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2011, 11:44:33 AM (15 years ago)
Author:
eugene
Message:

add spex1dgas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/spex2dgas.c

    r32922 r32951  
    4949void sortfriends (float *X, int *IDX1, int N);
    5050
    51 void get_pressure_gradient (int iObj, int nCloseMax, float farFrac, int nearNeighbors, float maxPressure) {
     51static void get_pressure_gradient (int iObj, int nCloseMax, float farFrac, int nearNeighbors, float maxPressure) {
    5252
    5353  int i;
     
    107107}
    108108
    109 void move_object (int iObj) {
     109static void move_object (int iObj) {
    110110
    111111  object[iObj].Xo += 0.25*object[iObj].dPdX;
Note: See TracChangeset for help on using the changeset viewer.