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
|
Rev | Line | |
---|
[10660] | 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:*/
|
---|
[12706] | 10 | /*{{{*/
|
---|
[10660] | 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 |
|
---|
| 22 | class DoubleTransientMatParam: public DoubleMatParam{
|
---|
| 23 |
|
---|
| 24 | public:
|
---|
[12706] | 25 | /*DoubleTransientMatParam constructors, destructors: {{{*/
|
---|
[10660] | 26 | DoubleTransientMatParam(int enum_type,IssmDouble* value,int M,int N);
|
---|
| 27 | /*}}}*/
|
---|
[12706] | 28 | /*Param vritual function definitions: {{{*/
|
---|
[10660] | 29 | void UnitConversion(int direction_enum);
|
---|
| 30 | /*}}}*/
|
---|
| 31 | };
|
---|
| 32 | #endif /* _DOUBLETRANSIENTMATPARAM_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.