Commit 0b6ea97e authored by Patrik Huber's avatar Patrik Huber

Removed test code

parent 542a2d2e
...@@ -105,22 +105,3 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) ...@@ -105,22 +105,3 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
output.set(0, mesh); output.set(0, mesh);
output.set(1, rendering_parameters); output.set(1, rendering_parameters);
}; };
void func()
{
int x = 4;
};
int func1()
{
return 5;
};
class MyClass
{
public:
MyClass() = default;
int test() {
return 6;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment