source: issm/trunk/src/c/objects/Params/DoubleTransientMatParam.h@ 12706

Last change on this file since 12706 was 12706, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 12703

File size: 765 bytes
Line 
1/*! \file DoubleTransientMatParam.h
2 * \brief: header file for triavertexinput object
3 */
4
5
6#ifndef _DOUBLETRANSIENTMATPARAM_H_
7#define _DOUBLETRANSIENTMATPARAM_H_
8
9/*Headers:*/
10/*{{{*/
11#ifdef HAVE_CONFIG_H
12 #include <config.h>
13#else
14#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
15#endif
16
17#include "./Param.h"
18#include "../../include/include.h"
19#include "../../shared/shared.h"
20/*}}}*/
21
22class DoubleTransientMatParam: public DoubleMatParam{
23
24 public:
25 /*DoubleTransientMatParam constructors, destructors: {{{*/
26 DoubleTransientMatParam(int enum_type,IssmDouble* value,int M,int N);
27 /*}}}*/
28 /*Param vritual function definitions: {{{*/
29 void UnitConversion(int direction_enum);
30 /*}}}*/
31};
32#endif /* _DOUBLETRANSIENTMATPARAM_H */
Note: See TracBrowser for help on using the repository browser.