- Timestamp:
- Dec 13, 2011, 11:44:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/spex2dgas.c
r32922 r32951 49 49 void sortfriends (float *X, int *IDX1, int N); 50 50 51 void get_pressure_gradient (int iObj, int nCloseMax, float farFrac, int nearNeighbors, float maxPressure) {51 static void get_pressure_gradient (int iObj, int nCloseMax, float farFrac, int nearNeighbors, float maxPressure) { 52 52 53 53 int i; … … 107 107 } 108 108 109 void move_object (int iObj) {109 static void move_object (int iObj) { 110 110 111 111 object[iObj].Xo += 0.25*object[iObj].dPdX;
Note:
See TracChangeset
for help on using the changeset viewer.
