Skip to content
Snippets Groups Projects
Commit 0b6ea97e authored by Patrik Huber's avatar Patrik Huber
Browse files

Removed test code

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