Ignore:
Timestamp:
08/31/11 12:09:03 (21 months ago)
Author:
joseba
Message:

Added the no supported options in the errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pspio_error.c

    r120 r125  
    125125    case PSPIO_ENOMEM: 
    126126      return "malloc failed"; 
     127    case PSPIO_NOSUPPORT: 
     128      return "No supported option in the pseudo-potential file"; 
    127129    default: 
    128130      return "unknown error code" ; 
Note: See TracChangeset for help on using the changeset viewer.