IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41689


Ignore:
Timestamp:
Jul 7, 2021, 4:41:05 PM (5 years ago)
Author:
eugene
Message:

added {} around some isolated continue calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/psastro/src/psastroMaskUpdates.c

    r41669 r41689  
    331331                    psTrace("psastro.masks",4,"In refstar loop: %d/%ld %f %f\n",
    332332                            i,refstars->n,ref->Mag,REFSTAR_MASK_MAX_MAG);
    333                     if (ref->Mag > REFSTAR_MASK_MAX_MAG) continue;
     333                    if (ref->Mag > REFSTAR_MASK_MAX_MAG) {continue;}
    334334
    335335
Note: See TracChangeset for help on using the changeset viewer.