Eigne Matrix Class Library

Dependents:   MPC_current_control HydraulicControlBoard_SW AHRS Test_ekf ... more

Files at this revision

API Documentation at this revision

Comitter:
jsoh91
Date:
Tue Sep 24 00:18:23 2019 +0000
Parent:
0:13a5d365ba16
Commit message:
ignore and revise some of error parts

Changed in this revision

src/Core/util/Memory.h Show annotated file Show diff for this revision Revisions of this file
--- a/src/Core/util/Memory.h	Thu Oct 13 04:07:23 2016 +0000
+++ b/src/Core/util/Memory.h	Tue Sep 24 00:18:23 2019 +0000
@@ -87,8 +87,8 @@
   #ifdef EIGEN_EXCEPTIONS
     throw std::bad_alloc();
   #else
-    std::size_t huge = -1;
-    new int[huge];
+//    std::size_t huge = -1;
+//    new int[huge];
   #endif
 }