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

Separate implementation for DistArray #36

Merged
merged 14 commits into from
Sep 16, 2013

Conversation

dmcdougall
Copy link
Member

This PR does a few things:

  • Removes the implementation for DistArray out of the header, and into its own file, DistArray.C;
  • Instantiates all the template types needed by the codebase;
  • Adds some tests for the DistArray class. Coverage for the class went from 45% to 88%.

If we don't implement copy(), make distcheck errors out at the linking stage.

For every mystery, there is someone, somewhere, who knows the truth.  Perhaps
that someone is watching.  Perhaps it's you.
Also fix a bug in the stream operator.  I couldn't get it to work outside of
the class, so I put it inside the class and made it a friend.
dmcdougall added a commit that referenced this pull request Sep 16, 2013
Separate implementation for `DistArray`
@dmcdougall dmcdougall merged commit 39f2c9a into libqueso:dev Sep 16, 2013
@dmcdougall dmcdougall deleted the separate_implementation branch March 24, 2015 17:39
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

1 participant