IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psAbort.h

    r3264 r4162  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-02-17 19:26:24 $
     14 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-08 23:40:45 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2929/** Reports an abort message to logging facility
    3030 *
    31  *  This function will invoke the psLogMsg function with a level of 
     31 *  This function will invoke the psLogMsg function with a level of
    3232 *  PS_LOG_ABORT and pass the parameters name and fmt to generate a proper
    33  *  log message.  After logging, this function will call system abort 
     33 *  log message.  After logging, this function will call system abort
    3434 *  function to abnormally terminate the program.
    3535 *
     
    4343);
    4444
    45 /* @} */// Doxygen - End of SystemGroup Functions
     45/** @} */ // Doxygen - End of SystemGroup Functions
    4646
    47 #endif
     47#endif // #ifndef PS_ABORT_H
Note: See TracChangeset for help on using the changeset viewer.