Skip to content

Commit

Permalink
Add visualization of solution back in
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Feb 5, 2025
1 parent d4bdceb commit 1930f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void trackWalking(Model model) {
"example3DWalking_track_walking_ground_reactions.sto");

// Visualize the solution.
// study.visualize(solution);
study.visualize(solution);
}

int main() {
Expand Down

0 comments on commit 1930f6c

Please sign in to comment.