source: issm/trunk-jpl/src/c/modules/CreateJacobianMatrixx/CreateJacobianMatrixx.h@ 16126

Last change on this file since 16126 was 16126, checked in by Mathieu Morlighem, 12 years ago

CHG: moving SystemMatrices back to modules

File size: 265 bytes
Line 
1/*!\file: CreateJacobianMatrixx.h
2*/
3
4#ifndef _CREATEJACOBIANMATRIXX_H
5#define _CREATEJACOBIANMATRIXX_H
6
7#include "../../classes/classes.h"
8
9/* local prototypes: */
10void CreateJacobianMatrixx(Matrix<IssmDouble>** pJff,FemModel* femmodel,IssmDouble kmax);
11
12#endif
Note: See TracBrowser for help on using the repository browser.