Changeset 27441 for trunk/ppViz/src/ppCoord/ppCoordCamera.c
- Timestamp:
- Mar 24, 2010, 5:05:29 PM (16 years ago)
- Location:
- trunk/ppViz
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppCoord/ppCoordCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz
- Property svn:mergeinfo changed
/branches/pap_stack/ppViz merged: 27437
- Property svn:mergeinfo changed
-
trunk/ppViz/src/ppCoord/ppCoordCamera.c
r26377 r27441 39 39 } 40 40 41 if (data->rawName) { 42 fileArguments("RAW", data->rawName, "Input raw image", data->config); 43 pmFPAfile *raw = pmFPAfileDefineFromArgs(&status, data->config, "PPIMAGE.INPUT", "RAW"); // File 44 if (!status || !raw) { 45 psError(PS_ERR_IO, false, "Failed to build file from PPIMAGE.INPUT"); 46 return false; 47 } 48 } 49 41 50 #if 0 42 51 // Now the camera has been determined, we can read the recipe
Note:
See TracChangeset
for help on using the changeset viewer.
