Closed newplay closed 12 months ago
I don't encounter any errors when I compile the code using the original version. If you need to make modifications to the code for it to compile successfully, then I believe your change is reasonable and will have the same functionality as the original one.
Thanks for your respond.
When compiling the
openmx_postprocess
, I noticed an incorrect declaration in theopenmx.c
file:However, the accurate function declarations are:
Although I am not proficient in C, it seems that the declarations should be corrected to:
I made the changes, and the compilation process proceeded successfully. Is this modification reasonable?