Changeset 11702 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- Feb 7, 2007, 5:52:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r11583 r11702 51 51 52 52 FILE *f = fopen (name, "w"); 53 if (f == NULL) psAbort ("psphot","can't open file");53 if (f == NULL) psAbort("can't open file"); 54 54 55 55 for (int i = 0; i < source->pixels->numRows; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
