source: issm/oecreview/Archive/14312-15392/ISSM-14982-14983.diff

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

NEW: adding Archive/14312-15392 for oecreview

File size: 1.3 KB
  • ../trunk-jpl/src/c/shared/Matrix/matrix.h

     
    55#ifndef _MATRIXUTILS_H_
    66#define _MATRIXUTILS_H_
    77
    8 #include "../../shared/Numerics/types.h"
     8#include "../Numerics/types.h"
    99
    1010int  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);
    1111int  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

     
    1313#include <stdio.h>
    1414#include <string.h>
    1515#include <ctype.h>
    16 #include "../shared.h"
    1716#include "../../shared/Enum/Enum.h"
    1817
    1918int  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.