typo in cs_gui.c ?
Posted: Thu Apr 03, 2014 6:49 pm
Hello,
I think that there is a typo in file cs_gui.c regarding to RSM models symbols verification (version 3.2.1).
In subroutine uiiniv lines 4027 and 4050, the symbols that are searched for are {"r11", "r22", "r133", "r12", "r13", "r23",...}
Then if I don't set in the interface value for r133 in the volume initialization panel, the computation crash before start.
By adding a line
The computation starts.
Seems like a mistake, no ?
I think that there is a typo in file cs_gui.c regarding to RSM models symbols verification (version 3.2.1).
In subroutine uiiniv lines 4027 and 4050, the symbols that are searched for are {"r11", "r22", "r133", "r12", "r13", "r23",...}
Then if I don't set in the interface value for r133 in the volume initialization panel, the computation crash before start.
By adding a line
Code: Select all
r133 = r33
Seems like a mistake, no ?