Ignore:
Timestamp:
04/16/12 18:37:27 (13 years ago)
Author:
Eric.Larour
Message:

Some debugging of compilation

File:
1 edited

Legend:

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

    r12011 r12013  
     1/*!\file MatlabVectorToSeqVec.cpp
     2 */
     3
     4/*Headers:*/
     5/*{{{1*/
     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
     12#include <mex.h>
     13#include <stdio.h>
     14#include <string.h>
     15#include "../../toolkits/toolkits.h"
     16#include "../../shared/shared.h"
     17#include "./matlabio.h"
     18
     19/*}}}*/
     20
    121SeqVec* MatlabVectorToSeqVec(const mxArray* dataref){
    222
Note: See TracChangeset for help on using the changeset viewer.