Changeset 9581
- Timestamp:
- Oct 16, 2006, 12:03:56 PM (20 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 7 edited
-
concepts/pmConcepts.h (modified) (1 diff)
-
concepts/pmConceptsAverage.h (modified) (1 diff)
-
concepts/pmConceptsPhotcode.h (modified) (1 diff)
-
concepts/pmConceptsRead.h (modified) (1 diff)
-
concepts/pmConceptsStandard.h (modified) (1 diff)
-
concepts/pmConceptsWrite.h (modified) (1 diff)
-
config/pmConfig.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.h
r9572 r9581 1 /// @file pmConcepts.h 2 /// 3 /// @brief Top-level functions for defining, registering, reading and writing concepts 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-16 22:03:56 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 14 1 15 #ifndef PM_CONCEPTS_H 2 16 #define PM_CONCEPTS_H -
trunk/psModules/src/concepts/pmConceptsAverage.h
r9572 r9581 1 /// @file pmConceptsAverage.h 2 /// 3 /// @brief Average the values of multiple concepts 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-16 22:03:56 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 14 1 15 #ifndef PM_CONCEPTS_AVERAGE_H 2 16 #define PM_CONCEPTS_AVERAGE_H -
trunk/psModules/src/concepts/pmConceptsPhotcode.h
r9572 r9581 1 /// @file pmConceptsPhotcode.h 2 /// 3 /// @brief Generate a photcode from the concepts 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Eugene Magnier, IfA 8 /// 9 /// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-16 22:03:56 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 14 1 15 #ifndef PM_CONCEPTS_PHOTCODE_H 2 16 #define PM_CONCEPTS_PHOTCODE_H -
trunk/psModules/src/concepts/pmConceptsRead.h
r9571 r9581 1 /// @file pmConceptsRead.h 2 /// 3 /// @brief Reading concepts from a variety of sources. 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-16 22:03:56 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 14 1 15 #ifndef PM_CONCEPTS_READ_H 2 16 #define PM_CONCEPTS_READ_H -
trunk/psModules/src/concepts/pmConceptsStandard.h
r9572 r9581 1 /// @file pmConceptsStandard.h 2 /// 3 /// @brief Private functions for parsing and formatting standard concepts. 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-16 22:03:56 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 14 1 15 #ifndef PM_CONCEPTS_STANDARD_H 2 16 #define PM_CONCEPTS_STANDARD_H -
trunk/psModules/src/concepts/pmConceptsWrite.h
r9572 r9581 1 /// @file pmConceptsWrite.h 2 /// 3 /// @brief Writing concepts to a variety of sources. 4 /// 5 /// @ingroup Concepts 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-16 22:03:56 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 14 1 15 #ifndef PM_CONCEPTS_WRITE_H 2 16 #define PM_CONCEPTS_WRITE_H -
trunk/psModules/src/config/pmConfig.h
r9579 r9581 1 /** @file pmConfig.h 2 * 3 * @author Paul Price, IfA 4 * 5 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-14 03:54:51 $ 7 * 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 * 10 */ 1 /// @file pmConfig.h 2 /// 3 /// @brief Configuration functions 4 /// 5 /// @ingroup Config 6 /// 7 /// @author ?, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-10-16 22:03:56 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 16 11 17 #ifndef PM_CONFIG_H 12 18 #define PM_CONFIG_H
Note:
See TracChangeset
for help on using the changeset viewer.
