mirror of
https://github.com/amd/blis.git
synced 2026-04-20 15:48:50 +00:00
Added missing semicolon in 03obj_view.c
Details: - Thanks to Tony Skjellum for pointing out this typo due to a last-minute change to the source prior to committing.
This commit is contained in:
@@ -69,7 +69,7 @@ int main( int argc, char** argv )
|
||||
bli_obj_create( dt, m, n, rs, cs, &a1 );
|
||||
|
||||
// Initialize a1 to contain known values.
|
||||
init_dobj_by_cols( &a1 )
|
||||
init_dobj_by_cols( &a1 );
|
||||
|
||||
bli_printm( "matrix 'a1' (initial state)", &a1, "%5.1f", "" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user