source:
issm/trunk-jpl/src/c/modules/CreateJacobianMatrixx/CreateJacobianMatrixx.h@
16126
Last change on this file since 16126 was 16126, checked in by , 12 years ago | |
---|---|
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: */ |
10 | void CreateJacobianMatrixx(Matrix<IssmDouble>** pJff,FemModel* femmodel,IssmDouble kmax); |
11 | |
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.