added git version string access in the code

This commit is contained in:
2023-05-14 16:58:55 +02:00
parent e1757c6d30
commit fd25d0cf2e
6 changed files with 33 additions and 7 deletions

1
la.h
View File

@@ -43,6 +43,7 @@
#include "vec.h"
#include "polynomial.h"
#include "contfrac.h"
#include "version.h"
using namespace LA;
typedef NRMat<int> NRIMat;