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

Add print_helper for double vector (#845) #846

Merged
merged 1 commit into from Mar 2, 2016

Conversation

snschune
Copy link
Contributor

@snschune snschune commented Mar 1, 2016

@@ -40,7 +40,7 @@
namespace libMesh
{
/**
* Helper functions for printing scalar and vector types. Called from Parameters::Parameter<T>::print(...).
* Helper functions for printing scalar, vector and double vector types. Called from Parameters::Parameter<T>::print(...).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got confused by the "double" terminology in this comment and the comment below, until I realized you meant "2D array". Other than that, the code looks fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True enough, I'll rename it it vector<vector> types.

jwpeterson added a commit that referenced this pull request Mar 2, 2016
@jwpeterson jwpeterson merged commit 9f177aa into libMesh:master Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants