version.h moved to LA_version.h to avoid interference

This commit is contained in:
2025-10-13 13:47:06 +02:00
parent 92f7815eef
commit b24e680dc7
4 changed files with 3 additions and 3 deletions

2
la.h
View File

@@ -48,7 +48,7 @@
#include "tensor.h"
#include "vecmat3.h"
#include "quaternion.h"
#include "version.h"
#include "LA_version.h"
using namespace LA;
typedef NRMat<int> NRIMat;