Attempting to open the MTV gives this error:
mtv list variables:
It appears that cond[0] and act[0] were updated to condition_list[0][0] and action_list[0][0] but the mtv was not updated to match. Here are the variables that were changed https://github.com/nasa/trick/blame/master/include/trick/IPPythonEvent.hh#L114-L116
It appears the MTV java is still using cond[] and act[] https://github.com/nasa/trick/blob/master/trick_source/java/src/main/java/trick/mtv/MtvApp.java
even though the trick event class has been updates
I could be missing something else but my mtv is not opening and I believe it is because the mtv java has not been updates to match the new mtv variables.
