Closed bvkrauth closed 4 years ago
One change is that == was replaced with .eqv. in logical expressions. This is both good practice and required for GCC (see https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/Equivalence-Versus-Equality.html) so I will integrate that change
Another change is that rcr.f90 now references modules rcrlib_gnu and rcrutil_gnu rather than rcrlib and rcrutil. I have broken this out into a new issue #2.
Finally, Tyler made two important changes to rcr.ado:
Last change needed is to update the certification script (see #5)
Tyler's Gnu/Linux port included some Gnu/Linux-only changes, some formatting changes, and some minor enhancements. Need to update my main (Windows IFC) code to integrate (most of) these changes. Tasks: