Changeset 37807 for trunk/Ohana/src/addstar/include/addstar.h
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/include/addstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/addstar/include/addstar.h
r37357 r37807 20 20 # define IN_REGION(R,D) ( \ 21 21 ((D) >= region[0].Dmin) && ((D) < region[0].Dmax) && \ 22 ((R) >= region[0].Rmin) && ((R) < region[0].Rmax))22 ((R) >= region[0].Rmin) && ((R) < region[0].Rmax)) 23 23 24 24 /* grab named photcode */ … … 31 31 # define dCOS(A) ((double) cos ((double)RAD_DEG*A)) 32 32 # define dSIN(A) ((double) sin ((double)RAD_DEG*A)) 33 34 # define myAbortF(FORMAT,...) { fprintf (stderr, FORMAT, __VA_ARGS__); abort(); } 33 35 34 36 typedef struct { … … 326 328 int strextend (char *input, char *format,...); 327 329 330 void initMosaicCoords (); 331 void saveMosaicCoords (Coords *input); 332 333 328 334 /** 329 335 there is an inconsistency to be resolved: fixed structures (like Image)
Note:
See TracChangeset
for help on using the changeset viewer.
