X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FTuto_Image_Cuda%2Fsrc%2Fcpp%2Fcore%2F02_Damier_Zoomable%2Fmoo%2Fhost%2FDamier.cu;h=32970d67f23a69c4064404add288a3fd8b8edd4f;hp=52ba530ae543225005d1d1141309abc46d2d8c13;hb=7798b7c27cf13aaeada22faae8648df8cb339f1b;hpb=3e601cb6c0cc2c5b3a9b30ebf3ad1102e53c0e0b diff --git a/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/02_Damier_Zoomable/moo/host/Damier.cu b/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/02_Damier_Zoomable/moo/host/Damier.cu index 52ba530..32970d6 100755 --- a/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/02_Damier_Zoomable/moo/host/Damier.cu +++ b/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/02_Damier_Zoomable/moo/host/Damier.cu @@ -46,7 +46,7 @@ Damier::Damier(int w, int h, float dt, int n) : this->dg = dim3(8, 8, 1); // disons a optimiser this->db = dim3(16, 16, 1); // disons a optimiser this->t = 0; - ptrDomaineMathInit=new DomaineMath(0,0,2*PI,2*PI); + ptrDomaineMathInit= new DomaineMath(0,0,2*PI,2*PI); //Outputs this->title = "[API Image Fonctionelle] : Damier zoomable CUDA";