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

WIP: Use the non-ndarray fields in the new pmesh. #263

Merged
merged 3 commits into from
Nov 17, 2016

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    11f932c View commit details
    Browse the repository at this point in the history
  2. fixes bug when applying in-place transfers

    with no pm interface, cannot do complex *= kk, since first calculation
    returns an array, which is then assigned to "complex" variable, destroying
    the ComplexField
    nickhand committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    fd6ade8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from nickhand/noarrpm

    fixes bug when applying in-place transfers
    rainwoodman committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    ccd3fdb View commit details
    Browse the repository at this point in the history