Changeset 15362
- Timestamp:
- Oct 23, 2007, 11:50:13 AM (19 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 edited
-
camera/Makefile.am (modified) (2 diffs)
-
camera/pmReadoutFake.c (added)
-
camera/pmReadoutFake.h (added)
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/Makefile.am
r13898 r15362 27 27 pmFPAExtent.c \ 28 28 pmCellSquish.c \ 29 pmReadoutStack.c 29 pmReadoutStack.c \ 30 pmReadoutFake.c 30 31 31 32 pkginclude_HEADERS = \ … … 53 54 pmFPAExtent.h \ 54 55 pmCellSquish.h \ 55 pmReadoutStack.h 56 pmReadoutStack.h \ 57 pmReadoutFake.h 56 58 57 59 CLEANFILES = *~ -
trunk/psModules/src/psmodules.h
r14977 r15362 106 106 #include <pmSourcePhotometry.h> 107 107 108 // The following headers are from random locations, here because they cross bounds 109 #include <pmReadoutFake.h> 110 108 111 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
