I`m trying to compile the new version 13.2.3 on Msys2 platform. During the compilation of res module I have obtained an error:
plot3d.F:896:39:
CALL PLOT3E(1110,XDATA,YDATA,Z1,XSCALE,YSCALE,ZSCALE,
1
Warning: Rank mismatch in argument 'zdata' at (1) (rank-1 and scalar) [-Wargument-mismatch]
plot3d.F:984:25:
CALL PLOT3E(11,X1,YDATA,ZDATA,XSCALE,YSCALE,ZSCALE,
1
Warning: Rank mismatch in argument 'xdata' at (1) (rank-1 and scalar) [-Wargument-mismatch]
plot3d.F:1141:28:
CALL PLOT3E(110,ARRAY,ARRAY(6),zdat,1.0,1.0,0.0,
1
Error: Actual argument contains too few elements for dummy argument 'ydata' (355/360) at (1)
Can someone help me with this error?
I`m trying to compile the new version 13.2.3 on Msys2 platform. During the compilation of res module I have obtained an error:
plot3d.F:896:39:
Warning: Rank mismatch in argument 'zdata' at (1) (rank-1 and scalar) [-Wargument-mismatch]
plot3d.F:984:25:
Warning: Rank mismatch in argument 'xdata' at (1) (rank-1 and scalar) [-Wargument-mismatch]
plot3d.F:1141:28:
Error: Actual argument contains too few elements for dummy argument 'ydata' (355/360) at (1)
Can someone help me with this error?