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

interface_current method and accompanying test added #1398

Merged
merged 8 commits into from
Oct 10, 2022

Commits on Oct 7, 2022

  1. interface_current method and accompanying test added

    Corey Randall authored and Corey Randall committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    23f697f View commit details
    Browse the repository at this point in the history
  2. updated interface_current and test to be written in C++

    Corey Randall authored and Corey Randall committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a089742 View commit details
    Browse the repository at this point in the history
  3. removed unneeded constants import from cython interface kinetics.pyx …

    …file
    Corey Randall authored and Corey Randall committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b46c1cf View commit details
    Browse the repository at this point in the history
  4. modified syntax for consistency with other code, added comment for in…

    …terface_current
    Corey Randall authored and Corey Randall committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    cbb9bdc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. update C++ syntax to comply with community conventions

    Corey Randall authored and Corey Randall committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    6795ba3 View commit details
    Browse the repository at this point in the history
  2. Update test/python/test_kinetics.py

    Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
    c-randall and ischoegl authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    49f6d70 View commit details
    Browse the repository at this point in the history
  3. Update src/kinetics/InterfaceKinetics.cpp

    Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
    c-randall and ischoegl authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    4089d8c View commit details
    Browse the repository at this point in the history
  4. Update test/python/test_kinetics.py

    Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
    c-randall and ischoegl authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    76bfe1f View commit details
    Browse the repository at this point in the history