Explorar el Código

opencl starting reworking

Nicolas Winkler hace 4 años
padre
commit
952792cd83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libmandel/src/Mandel.cpp

+ 1 - 1
libmandel/src/Mandel.cpp

@@ -403,6 +403,6 @@ void MandelContext::saveCache(const std::string& path) const
 
 MandelContext MandelContext::initializeFromCache(const std::string& path)
 {
-
+    return initializeContext();
 }