changeset 8:4e9d98d0e9d2

Add variables for histogram
author Nina Engelhardt
date Mon, 29 Aug 2011 13:50:04 +0200
parents c5d77078740c
children 95c02c4ad998
files src/Application/main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/Application/main.c	Thu May 12 14:27:17 2011 +0200
     1.2 +++ b/src/Application/main.c	Mon Aug 29 13:50:04 2011 +0200
     1.3 @@ -11,6 +11,8 @@
     1.4  #include "Matrix_Mult.h"
     1.5  #include "SSR_Matrix_Mult/SSR_Matrix_Mult.h"
     1.6  
     1.7 +char __ProgrammName[] = "Blocked Matrix Multiply";
     1.8 +char __DataSet[255];
     1.9  /**
    1.10   * 
    1.11   */