X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F05_HeatTransfert%2Fmoo%2Fhost%2FHeatImage.cu;fp=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F05_HeatTransfert%2Fmoo%2Fhost%2FHeatImage.cu;h=0000000000000000000000000000000000000000;hb=7753d7abc9c1cdf90793a2936221aa4951c574b3;hp=e383fb6b492ac07baa60e20554e46d3679ed0dbf;hpb=cb39d6a91b65d2862018430d65e633d2a8fdc818;p=GPU.git diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/05_HeatTransfert/moo/host/HeatImage.cu b/WCudaMSE/Student_Cuda_Image/src/cpp/core/05_HeatTransfert/moo/host/HeatImage.cu deleted file mode 100644 index e383fb6..0000000 --- a/WCudaMSE/Student_Cuda_Image/src/cpp/core/05_HeatTransfert/moo/host/HeatImage.cu +++ /dev/null @@ -1,12 +0,0 @@ -#include "HeatImage.h" - -#include - -HeatImage::HeatImage(int w, int h, float* image) : - w(w), h(h), image(image) - { - } - -HeatImage::~HeatImage() - { - }