Przeglądaj źródła

opencl starting reworking

Nicolas Winkler 4 lat temu
rodzic
commit
952792cd83
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
 }