It appears that the issue was the usage of the bitwise not operator (~) in a handful of places where logical not operator (not) should have been used. In addition to the user-defined plots issue this might clear up some other issues or odd behavior in other places that were affected by this issue.
Summary
It appears that the issue was the usage of the bitwise not operator (
~
) in a handful of places where logical not operator (not
) should have been used. In addition to the user-defined plots issue this might clear up some other issues or odd behavior in other places that were affected by this issue.closes #13
Instructions for Getting This Branch