IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 462


Ignore:
Timestamp:
Apr 19, 2004, 3:42:20 PM (22 years ago)
Author:
desonia
Message:

changed order to match coding conventions.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.h

    r461 r462  
    11#if !defined(PS_MEMORY_H)
    22#define PS_MEMORY_H
    3 
    4 #include <stdio.h>    // needed for FILE
    53/** @file  psMemory.h
    64 *
     
    1412 *  @author Robert Lupton, Princeton University
    1513 *
    16  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-04-20 01:41:09 $
     14 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-04-20 01:42:20 $
    1816 *
    1917 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    2018 */
     19
     20#include <stdio.h>                      // needed for FILE
    2121
    2222/** Book-keeping data for storage allocator.
  • trunk/psLib/src/sysUtils/psMemory.h

    r461 r462  
    11#if !defined(PS_MEMORY_H)
    22#define PS_MEMORY_H
    3 
    4 #include <stdio.h>    // needed for FILE
    53/** @file  psMemory.h
    64 *
     
    1412 *  @author Robert Lupton, Princeton University
    1513 *
    16  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-04-20 01:41:09 $
     14 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-04-20 01:42:20 $
    1816 *
    1917 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    2018 */
     19
     20#include <stdio.h>                      // needed for FILE
    2121
    2222/** Book-keeping data for storage allocator.
Note: See TracChangeset for help on using the changeset viewer.