Changeset 870 for library/tests

Show
Ignore:
Timestamp:
03/18/10 19:13:02 (14 years ago)
Author:
mido
Message:

LOG_LEVEL final cut (or rather semifinal? I hope to improve work with ids soon)
and also it rests to adapt applications, work is in progress

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/stresssuite/blas_stress.cpp

    r721 r870  
    5656 
    5757        for ( int i = 0; i < vn.length(); i++ ) { 
    58                 n = vn ( i ); 
     58                n = (int) vn ( i ); 
    5959                A = randu ( n, n ); 
    6060                B = randu ( n, n );