Skip to content
Snippets Groups Projects
Commit ec8eac25 authored by JC's avatar JC
Browse files

Fix memory alignment issue

parent e1d33a42
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ class GLTexture;
class Testbed {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Testbed(ETestbedMode mode);
~Testbed();
Testbed(ETestbedMode mode, const std::string& data_path) : Testbed(mode) { load_training_data(data_path); }
......
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