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

11
t.cc
View File

@@ -132,16 +132,17 @@ sigtraceback(SIGABRT,1);
sigtraceback(SIGBUS,1);
sigtraceback(SIGFPE,1);
NRVec<double> x(1.,10);
NRVec<double> y(2.,10);
NRVec<double> z(-2.,10);
//cout.setf(ios::scientific);
cc:cout.setf(ios::fixed);
cout.precision(10);
cin.exceptions ( ifstream::eofbit | ifstream::failbit | ifstream::badbit );
cout <<"LA version = "<<LA::version<<endl;
NRVec<double> x(1.,10);
NRVec<double> y(2.,10);
NRVec<double> z(-2.,10);
if(0) test(x);