Add end of line (Sun compiler was complaining)
authorjulie <julielangou@users.noreply.github.com>
Tue, 20 Dec 2011 02:47:06 +0000 (02:47 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 20 Dec 2011 02:47:06 +0000 (02:47 +0000)
lapacke/example/example_DGESV_rowmajor.c
lapacke/example/example_ZGESV_rowmajor.c

index 274faa1..a932e80 100644 (file)
@@ -148,4 +148,4 @@ void print_int_vector( char* desc, lapack_int n, lapack_int* a ) {
         printf( "\n %s\n", desc );
         for( j = 0; j < n; j++ ) printf( " %6i", a[j] );
         printf( "\n" );
-}
\ No newline at end of file
+}
index 83fed1d..39e01fd 100644 (file)
@@ -158,4 +158,4 @@ void print_int_vector( char* desc, lapack_int n, lapack_int* a ) {
         printf( "\n %s\n", desc );
         for( j = 0; j < n; j++ ) printf( " %6i", a[j] );
         printf( "\n" );
-}
\ No newline at end of file
+}