IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5917


Ignore:
Timestamp:
Jan 5, 2006, 6:43:37 PM (21 years ago)
Author:
eugene
Message:

increase precision on dump, drop unused structures

Location:
trunk/Ohana/src/mosastro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/mosastro/include/mosastro.h

    r4828 r5917  
    5757  int Npts;
    5858} Gradients;
    59 
    60 # if (0)
    61 typedef struct {
    62   float X;
    63   float Y;
    64   float M;
    65   float dM;
    66   float Mgal;
    67   float Map;
    68   float sky;
    69   float fx;
    70   float fy;
    71   float df;
    72   char  dophot;
    73   char  dummy[3];
    74 } Stars;
    75 # endif
    7659
    7760typedef struct {
  • trunk/Ohana/src/mosastro/src/dump.c

    r3416 r5917  
    66
    77  for (i = 0; i < Nstars; i++) {
    8     fprintf (f, "%4d  %10.6f %10.6f  %8.2f %8.2f  %8.2f %8.2f  %7.2f %7.2f  %7.2f %7.2f  %d\n",
     8    fprintf (f, "%4d  %12.8f %12.8f  %8.2f %8.2f  %8.2f %8.2f  %7.2f %7.2f  %7.2f %7.2f  %d\n",
    99             i,
    1010             stars[i].R, stars[i].D,
Note: See TracChangeset for help on using the changeset viewer.