Ignore:
Timestamp:
10/19/12 09:59:06 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved all matlab and python code from src/c/ to src/wrappers

Location:
issm/trunk-jpl/src/wrappers/matlab/io
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/io/MatlabVectorToSeqVec.cpp

    r13216 r13749  
    33
    44/*Headers:*/
    5 /*{{{*/
    6 #ifdef HAVE_CONFIG_H
    7         #include <config.h>
    8 #else
    9 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    10 #endif
    11 
    125#include <mex.h>
    136#include <stdio.h>
    147#include <string.h>
    15 #include "../../toolkits/toolkits.h"
    16 #include "../../shared/shared.h"
    178#include "./matlabio.h"
    18 
    19 /*}}}*/
     9#include "../../c/toolkits/toolkits.h"
     10#include "../../c/shared/shared.h"
    2011
    2112SeqVec<double>* MatlabVectorToSeqVec(const mxArray* dataref){
Note: See TracChangeset for help on using the changeset viewer.