*** empty log message ***
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#include "fourindex.h"
|
||||
|
||||
|
||||
extern void test(const NRVec<double> &);
|
||||
extern void test(const NRVec<double> &x);
|
||||
|
||||
|
||||
double ad;
|
||||
void f1(const double *c)
|
||||
@@ -40,6 +41,8 @@ NRVec<double> x(1.,10);
|
||||
NRVec<double> y(2.,10);
|
||||
NRVec<double> z(-2.,10);
|
||||
|
||||
if(0) test(x);
|
||||
|
||||
y.axpy(3,x);
|
||||
|
||||
y+=z;
|
||||
|
||||
Reference in New Issue
Block a user