IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 5:52:32 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotOutput.c

    r11583 r11702  
    5151
    5252    FILE *f = fopen (name, "w");
    53     if (f == NULL) psAbort ("psphot", "can't open file");
     53    if (f == NULL) psAbort("can't open file");
    5454
    5555    for (int i = 0; i < source->pixels->numRows; i++) {
Note: See TracChangeset for help on using the changeset viewer.