- Timestamp:
- Oct 29, 2007, 2:59:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psModules/src/objects/pmSourceUtils.c
r14938 r15418 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $9 * @date $Date: 2007- 09-21 00:09:05$8 * @version $Revision: 1.3.6.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-10-30 00:59:23 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 63 63 } 64 64 65 pmSource *pmSourceFromModel (pmModel *model, pmReadout *readout, float radius, pmSourceType type) { 65 pmSource *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); 66 70 67 71 pmSource *source = pmSourceAlloc ();
Note:
See TracChangeset
for help on using the changeset viewer.
