Changeset 3684 for trunk/psLib/src/dataIO
- Timestamp:
- Apr 8, 2005, 7:58:58 AM (21 years ago)
- Location:
- trunk/psLib/src/dataIO
- Files:
-
- 5 edited
-
Makefile.am (modified) (2 diffs)
-
dataIO.i (modified) (1 diff)
-
psFileUtilsErrors.h (modified) (2 diffs)
-
psLookupTable.c (modified) (1 diff)
-
psLookupTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/Makefile.am
r3127 r3684 1 #Makefile for fileUtilsfunctions of psLib1 #Makefile for dataIO functions of psLib 2 2 # 3 3 INCLUDES = \ … … 9 9 $(all_includes) 10 10 11 noinst_LTLIBRARIES = libpslib fileUtils.la11 noinst_LTLIBRARIES = libpslibdataIO.la 12 12 13 libpslib fileUtils_la_SOURCES = \13 libpslibdataIO_la_SOURCES = \ 14 14 psLookupTable.c \ 15 15 psFits.c 16 16 17 17 BUILT_SOURCES = psFileUtilsErrors.h 18 EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h fileUtils.i18 EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h dataIO.i 19 19 20 20 psFileUtilsErrors.h: psFileUtilsErrors.dat -
trunk/psLib/src/dataIO/dataIO.i
r3115 r3684 1 /* fileUtilsheaders */1 /* dataIO headers */ 2 2 %include "psFileUtilsErrors.h" 3 3 %include "psFits.h" -
trunk/psLib/src/dataIO/psFileUtilsErrors.h
r3271 r3684 1 1 /** @file psFileUtilsErrors.h 2 2 * 3 * @brief Contains the error text for the fileUtilsfunctions3 * @brief Contains the error text for the dataIO functions 4 4 * 5 5 * @ingroup ErrorHandling … … 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 2-17 21:54:09$9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-08 17:58:57 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/src/dataIO/psLookupTable.c
r3682 r3684 3 3 * @brief This file defines the structure and functions for table lookups. 4 4 * 5 * @ingroup fileUtils5 * @ingroup dataIO 6 6 * 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-04-0 7 20:27:41$9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-08 17:58:57 $ 11 11 * 12 12 * Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/src/dataIO/psLookupTable.h
r3271 r3684 3 3 * @brief This file defines the structure and functions for table lookups. 4 4 * 5 * @ingroup fileUtils5 * @ingroup dataIO 6 6 * 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 2-17 21:54:09$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-08 17:58:57 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
