IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 2:41:45 PM (21 years ago)
Author:
eugene
Message:

work on the galaxy models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot-utils.c

    r4398 r4421  
    5757{
    5858
    59   FILE *f = fopen (key, "w");
     59  FILE *f = fopen (filename, "w");
    6060
    6161  for (int j = 0; j < test->sources->n; j++) {
     
    7272  }
    7373  fclose (f);
     74  return true;
    7475}
    7576
     
    154155{
    155156
    156     int i, j;
    157     FILE *f;
    158     psVector *params;
    159     psVector *dparams;
    160     psModel  *model;
     157    int i;
     158    FILE *f;
    161159
    162160    f = fopen (filename, "w");
Note: See TracChangeset for help on using the changeset viewer.