IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39810


Ignore:
Timestamp:
Nov 13, 2016, 10:23:32 AM (10 years ago)
Author:
eugene
Message:

csystem assigns pm output to the wrong vectors: fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/opihi/cmd.astro/csystem.c

    r39591 r39810  
    125125  opihi_flt *yptr = yvec[0].elements.Flt;
    126126
    127   opihi_flt *uxptr = uxvec ? xvec[0].elements.Flt : NULL;
    128   opihi_flt *uyptr = uyvec ? yvec[0].elements.Flt : NULL;
     127  opihi_flt *uxptr = uxvec ? uxvec[0].elements.Flt : NULL;
     128  opihi_flt *uyptr = uyvec ? uyvec[0].elements.Flt : NULL;
    129129
    130130  for (i = 0; i < xvec[0].Nelements; i++, xptr++, yptr++) {
Note: See TracChangeset for help on using the changeset viewer.