IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2019, 1:00:44 PM (7 years ago)
Author:
eugene
Message:

add option to insert a gaussian-profile globular cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/ppSim/src/ppSimLoop.c

    r30618 r40939  
    5151
    5252        // Add random stars
    53         if (!ppSimMakeStarGrid (stars, fpa, config, rng)) ESCAPE (PS_ERR_UNKNOWN, "failed to make random stars");
     53        if (!ppSimMakeStarGrid (stars, fpa, config, rng)) ESCAPE (PS_ERR_UNKNOWN, "failed to make star grid");
     54
     55        // Add random stars
     56        if (!ppSimMakeStarCluster (stars, fpa, config, rng)) ESCAPE (PS_ERR_UNKNOWN, "failed to make cluster stars");
    5457
    5558        // Add random galaxies
Note: See TracChangeset for help on using the changeset viewer.