IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 3:09:20 PM (19 years ago)
Author:
eugene
Message:

updating all changes from from eam_branch_20071023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceUtils.c

    r14938 r15562  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-09-21 00:09:05 $
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-10 01:09:20 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6363}
    6464
    65 pmSource *pmSourceFromModel (pmModel *model, pmReadout *readout, float radius, pmSourceType type) {
     65pmSource *pmSourceFromModel (pmModel *model, pmReadout *readout, float radius,
     66                             pmSourceType type)
     67{
     68    PS_ASSERT_PTR_NON_NULL(model, NULL);
     69    PS_ASSERT_PTR_NON_NULL(readout, NULL);
    6670
    6771    pmSource *source = pmSourceAlloc ();
Note: See TracChangeset for help on using the changeset viewer.