Skip to content

[fix][api] #870 problem of matrix dimensions

Cedric GOEURY requested to merge api_t2d_fix into main

Matrix dimension problem fixed for TELEMAC-2D matrices in TelApy: since api_module.py reshape is done in python and c convention, a transpose operator is used and dim1 become dim2 and inversely in fortran api source code.

Edited by Cedric GOEURY

Merge request reports