Changeset 15698
- Timestamp:
- Nov 27, 2007, 11:01:59 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r15562 r15698 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-11- 10 01:09:20$8 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-11-27 21:01:59 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 109 109 source->type = PM_SOURCE_TYPE_UNKNOWN; 110 110 source->mode = PM_SOURCE_MODE_DEFAULT; 111 source->extpars = NULL; 112 source->region = psRegionSet(NAN, NAN, NAN, NAN); 111 113 psMemSetDeallocator(source, (psFreeFunc) sourceFree); 112 114 … … 835 837 836 838 // should we call pmSourceCacheModel if it does not exist? 837 bool pmSourceOp (pmSource *source, pmModelOpMode mode, bool add, 839 bool pmSourceOp (pmSource *source, pmModelOpMode mode, bool add, 838 840 psMaskType maskVal, int dx, int dy) 839 841 {
Note:
See TracChangeset
for help on using the changeset viewer.
