IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2016, 8:35:50 PM (10 years ago)
Author:
eugene
Message:

add TEST-ZERO galaxy model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/libdvo/src/galaxy_model.c

    r39742 r39744  
    3434    A_oort = +47.40; // km/sec/kpc
    3535    B_oort = -47.40; // km/sec/kpc
     36    U_sol  =   0.00; // km/sec
     37    V_sol  =   0.00; // km/sec
     38    W_sol  =   0.00; // km/sec
     39    return TRUE;
     40  }
     41  if (!strcmp(version, "TEST-ZERO")) {
     42    // use for testing
     43    A_oort =   0.00; // km/sec/kpc
     44    B_oort =   0.00; // km/sec/kpc
    3645    U_sol  =   0.00; // km/sec
    3746    V_sol  =   0.00; // km/sec
Note: See TracChangeset for help on using the changeset viewer.