TDMS
Time Domain Maxwell Solver
All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Pages
mat_io.h
Go to the documentation of this file.
1/**
2 * @file mat_io.h
3 * @brief Includes MATLAB headers for I/O.
4 */
5#pragma once
6
7#include <mat.h>
8#include <matrix.h>
9#include <mex.h>
10// https://stackoverflow.com/questions/27069676/how-to-dynamically-create-an-array-of-mxarray-in-a-matlab-mex-file
11
12#ifdef CLUSTER
13typedef int mwSize;
14#endif