j3-fortran / generics

BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

fix typo #93

Closed brandongc closed 1 year ago

brandongc commented 1 year ago

missing close parenthesis

zoziha commented 1 year ago

In addition to this, there is a typo in the following line, != should be /=:

https://github.com/j3-fortran/generics/blob/69e5cf6071ea951bb1ffdb21e5889c6fbd44e854/examples/vector/vector.F90#L42