Browse Source

Update test_dotu.c

pull/1462/head
Martin Kroeker GitHub 8 years ago
parent
commit
9309d570f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utest/test_dotu.c

+ 2
- 2
utest/test_dotu.c View File

@@ -40,8 +40,8 @@ CTEST( zdotu,zdotu_n_1)
double x1[]={1.0,1.0};
double y1[]={1.0,2.0};
#ifdef __CTEST_MSVC
_Dcomplex result1=openblas_make_complex_double(0.0,0.0);
_Dcomplex result2=openblas_make_complex_double(-1.0000,3.0000);
openblas_complex_double result1=openblas_make_complex_double(0.0,0.0);
openblas_complex_double result2=openblas_make_complex_double(-1.0000,3.0000);
result1=BLASFUNC(zdotu)(&N,x1,&incX,y1,&incY);
#else
_Complex double result1=openblas_make_complex_double(0.0,0.0);


Loading…
Cancel
Save