소스 검색

opencl starting reworking

Nicolas Winkler 4 년 전
부모
커밋
952792cd83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
 }