Skip to content

Commit

Permalink
Fix bug in windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 12, 2024
1 parent 65d45c2 commit 716b8ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions evogym/simulator/SimulatorCPP/Environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
using namespace std;
using namespace Eigen;

#ifdef __APPLE__
// #ifdef __APPLE__
// using RefMatrixXd = Matrix <double, 2, Dynamic>;
// #else
// using RefMatrixXd = Ref <MatrixXd>;
// #endif
using RefMatrixXd = Matrix <double, 2, Dynamic>;
#else
using RefMatrixXd = Ref <MatrixXd>;
#endif

class Environment
{
private:
Expand Down

0 comments on commit 716b8ba

Please sign in to comment.