Browse Source

Update test_dotu.c

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

+ 1
- 1
utest/test_dotu.c View File

@@ -36,7 +36,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

CTEST( zdotu,zdotu_n_1)
{
#ifndef RETURN_BY_STACK
#ifndef MSVC
blasint N=1,incX=1,incY=1;
double x1[]={1.0,1.0};
double y1[]={1.0,2.0};


Loading…
Cancel
Save