- Timestamp:
- Oct 17, 2010, 9:22:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psphot/src/psphotVisual.c
r29004 r29458 25 25 static int kapa2 = -1; 26 26 static int kapa3 = -1; 27 28 /** destroy windows at the end of a run*/ 29 bool psphotVisualClose(void) 30 { 31 if(kapa1 != -1) KiiClose(kapa1); 32 if(kapa2 != -1) KiiClose(kapa2); 33 if(kapa3 != -1) KiiClose(kapa3); 34 return true; 35 } 27 36 28 37 int psphotKapaChannel (int channel) {
Note:
See TracChangeset
for help on using the changeset viewer.
