Skip to content

Commit

Permalink
Fixed build problem #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Drumwright committed Apr 4, 2017
1 parent e7d8b47 commit d58e6e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drake/systems/analysis/test/implicit_euler_integrator_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,9 @@ class ImplicitIntegratorTest : public ::testing::Test {

// One context will be usable for three of the systems.
context = spring->CreateDefaultContext();

// Another context is necessary for the double system.
double_context = stiff_double_system->CreateDefaultContext();
}

std::unique_ptr<Context<double>> context;
std::unique_ptr<Context<double>> double_context;
std::unique_ptr<SpringMassSystem<double>> spring;
std::unique_ptr<SpringMassDamperSystem<double>> spring_damper;
std::unique_ptr<ModifiedSpringMassDamperSystem<double>> mod_spring_damper;
Expand Down

0 comments on commit d58e6e5

Please sign in to comment.