OPS
OPS copied to clipboard
Replace mixed use of real and real*4 by solely the more portable real data type.
The code of 5.0 contains lots of (historical?) uses both real
as well as real*4
intensively, whereas unique use of solely real
is more applicable for portability.
This pull request replaces remaining uses of REAL*4
to real
, removing some hurdles for members of Dutch society to contribute.