source:
issm/oecreview/Archive/14312-15392/ISSM-14982-14983.diff@
15393
Last change on this file since 15393 was 15393, checked in by , 12 years ago | |
---|---|
File size: 1.3 KB |
-
../trunk-jpl/src/c/shared/Matrix/matrix.h
5 5 #ifndef _MATRIXUTILS_H_ 6 6 #define _MATRIXUTILS_H_ 7 7 8 #include "../ ../shared/Numerics/types.h"8 #include "../Numerics/types.h" 9 9 10 10 int TripleMultiply( IssmDouble* a, int nrowa, int ncola, int itrna, IssmDouble* b, int nrowb, int ncolb, int itrnb, IssmDouble* c, int nrowc, int ncolc, int itrnc, IssmDouble* d, int iaddd); 11 11 int MatrixMultiply( IssmDouble* a, int nrowa, int ncola, int itrna, IssmDouble* b, int nrowb, int ncolb, int itrnb, IssmDouble* c, int iaddc ); -
../trunk-jpl/src/c/shared/String/DescriptorIndex.cpp
13 13 #include <stdio.h> 14 14 #include <string.h> 15 15 #include <ctype.h> 16 #include "../shared.h"17 16 #include "../../shared/Enum/Enum.h" 18 17 19 18 int DescriptorIndex(char* root, int* pindex,char* descriptor){ //We assume root has already been allocated, and we just have to copy into it.
Note:
See TracBrowser
for help on using the repository browser.