Changeset 15562 for trunk/psModules/src/objects/pmSourcePlots.c
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePlots.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlots.c
r13214 r15562 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2007- 05-04 00:54:09$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-11-10 01:09:20 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 36 36 PS_ASSERT_PTR_NON_NULL(view, false); 37 37 PS_ASSERT_PTR_NON_NULL(file, false); 38 PS_ASSERT_PTR_NON_NULL(config, false); 38 39 39 40 if ((view->readout != -1) || (view->cell != -1)) { … … 149 150 } 150 151 152 bool psMemCheckSourcePlotLayout(psPtr ptr) 153 { 154 PS_ASSERT_PTR(ptr, false); 155 return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmSourcePlotLayoutFree); 156 } 157 158 151 159 /* we have three types of plots to produce (maybe more?) 152 160 * for each plot, we need to supply the following information:
Note:
See TracChangeset
for help on using the changeset viewer.
