In June 2022, I had to move executable code out of `rvec.h`. There was executable code which is not allowed in a `.h` file.
In June 2022, I moved executable code out of `rvec.h`. There was executable code which is not allowed in a `.h` file.
I also removed some unnecessary lines from the Makefile.
# BUGS
If you compile with `-Wall`, there will be some warnings about unused variables. These are not a problem. This is an assignment in which one should write code that uses these variables.