- Timestamp:
- Jul 21, 2008, 11:12:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/dettool_residexp.c
r18628 r18641 1 /* 2 * dettool_residexp.c 3 * 4 * Copyright (C) 2006 Joshua Hoblitt & EAM; IfA 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 */ 19 20 #include "dettool.h" 21 1 22 /* 2 23 The SQL returns a list of exposures for which all component class ids have had residuals … … 5 26 */ 6 27 7 staticbool toresidexpMode(pxConfig *config)28 bool toresidexpMode(pxConfig *config) 8 29 { 9 30 PS_ASSERT_PTR_NON_NULL(config, false); … … 61 82 */ 62 83 63 staticbool addresidexpMode(pxConfig *config)84 bool addresidexpMode(pxConfig *config) 64 85 { 65 86 PS_ASSERT_PTR_NON_NULL(config, false); … … 162 183 } 163 184 164 staticbool residexpMode(pxConfig *config)185 bool residexpMode(pxConfig *config) 165 186 { 166 187 PS_ASSERT_PTR_NON_NULL(config, false); … … 242 263 243 264 244 staticbool revertresidexpMode(pxConfig *config)265 bool revertresidexpMode(pxConfig *config) 245 266 { 246 267 PS_ASSERT_PTR_NON_NULL(config, false); … … 281 302 282 303 283 staticbool updateresidexpMode(pxConfig *config)304 bool updateresidexpMode(pxConfig *config) 284 305 { 285 306 PS_ASSERT_PTR_NON_NULL(config, false);
Note:
See TracChangeset
for help on using the changeset viewer.
