Changeset 11467
- Timestamp:
- Jan 30, 2007, 5:47:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDemoDump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDemoDump.c
r10880 r11467 43 43 44 44 // this function is used for test purposes (-trace psastro.dump.psastroLoadRefstars 1) 45 bool psastroDumpRefstars (psArray *refstars ) {45 bool psastroDumpRefstars (psArray *refstars, char *filename) { 46 46 47 FILE *f = fopen ( "refstars.dat", "w");47 FILE *f = fopen (filename, "w"); 48 48 49 49 for (int i = 0; i < refstars->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
