source: issm/trunk-jpl/src/c/classes/Params/DoubleTransientMatParam.cpp

Last change on this file was 18064, checked in by Mathieu Morlighem, 11 years ago

DEL: removed all FUNCTIONs

File size: 492 bytes
RevLine 
[10660]1/*!\file DoubleTransientMatParam.c
2 * \brief: implementation of the DoubleTransientMatParam object
3 */
4
5/*header files: */
[12365]6/*{{{*/
[10660]7#ifdef HAVE_CONFIG_H
8 #include <config.h>
9#else
10#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
11#endif
12
[15012]13#include "../classes.h"
14#include "shared/shared.h"
[10660]15/*}}}*/
16
[18064]17DoubleTransientMatParam::DoubleTransientMatParam(int in_enum_type,IssmDouble* in_value, int in_M,int in_N):DoubleMatParam(in_enum_type,in_value,in_M,in_N){/*{{{*/
[10660]18}
19/*}}}*/
Note: See TracBrowser for help on using the repository browser.