Changeset 14476 for issm/trunk-jpl/src/c/Container/Parameters.h
- Timestamp:
- 03/28/13 15:54:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Container/Parameters.h
r13623 r14476 1 /*!\file: Parameters.h2 * \brief prototypes for Parameters.h3 */4 5 1 #ifndef _CONTAINER_PARAMETERS_H_ 6 2 #define _CONTAINER_PARAMETERS_H_ … … 19 15 class Inputs; 20 16 17 /*!\brief Declaration of Parameters class. 18 * 19 * Declaration of Parameters class. Parameters are vector lists (Containers) of Parameter objects. 20 */ 21 21 class Parameters: public DataSet{ 22 22
Note:
See TracChangeset
for help on using the changeset viewer.