diff options
author | Nao Pross <naopross@thearcway.org> | 2019-01-21 00:51:13 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-01-21 00:51:13 +0100 |
commit | b2582b0f6cb1b125700a0f443d7e8c8e08498b75 (patch) | |
tree | 79b8cf699d818ee0d7428a19a610377c96507b6d | |
parent | Add member operator =, +=, -=, *= overloads for basic_vec (diff) | |
download | libmm-b2582b0f6cb1b125700a0f443d7e8c8e08498b75.tar.gz libmm-b2582b0f6cb1b125700a0f443d7e8c8e08498b75.zip |
Fix file name in header of mmvec.hpp
-rw-r--r-- | mmvec.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* vector.hpp +/* mmvec.hpp * Part of Mathematical library built (ab)using Modern C++ 17 abstractions. * * This library is not intended to be _performant_, it does not contain |