Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultibodyGraphMaker output is dumped to cout #30

Closed
sherm1 opened this issue Jun 19, 2014 · 2 comments
Closed

MultibodyGraphMaker output is dumped to cout #30

sherm1 opened this issue Jun 19, 2014 · 2 comments
Labels
Milestone

Comments

@sherm1
Copy link
Member

sherm1 commented Jun 19, 2014

In Model.cpp, the Model::connectToModel() method is currently dumping the (voluminous) output from the MultibodyGraphMaker to cout. This makes it hard to look through test output, for example.

This is probably not a good thing to leave in permanently, although it may be needed at the moment. I'm filing this issue so we won't forget to remove it, or make it optional or whatever is appropriate. I'll just comment it out in my build for now.

@sherm1
Copy link
Member Author

sherm1 commented Jun 19, 2014

Also, Joint::addToSystem() in Joint.cpp has a similar data dump enabled.

@sherm1
Copy link
Member Author

sherm1 commented Jun 20, 2014

Ajay fixed this in PR #34.

@sherm1 sherm1 closed this as completed Jun 20, 2014
@jenhicks jenhicks added this to the OpenSim 4.0 milestone Jul 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants