I have an Adams model which calls two different user subroutines. How can I ensure that one of them is evaluated before the other? In my proble the order of evaluation is of great significance.
Thanks! What intrigued me the most is your suggestion to store values. So far I have been doing this by printing some indices to a .txt file. Is there a better way to store values so that they are accessible to the next step even though the subroutine "ends" after its evaluation?
Thanks! What intrigued me the most is your suggestion to store values. So far I have been doing this by printing some indices to a .txt file. Is there a better way to store values so that they are accessible to the next step even though the subroutine "ends" after its evaluation?