exercism / fortran

Exercism exercises in Fortran.
https://exercism.org/tracks/fortran
MIT License
23 stars 30 forks source link

Improve matrix stub #175

Closed zmoon closed 1 year ago

zmoon commented 2 years ago

Addressing remaining points of #170 discussed here.

Also might suggest changing m to matrix, since m is often used for number of rows in the matrix context. And m_dim -> dims? (I have since added these changes but can revert if desired.)

jhaand commented 1 year ago

Could this be merged. Having m(atrix) not having a dimension gave me quite a headache today.