Kaydet (Commit) 91b2be94 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Cleanup.

Change-Id: Ia2440fb0e81786bc82fc982fcb4da7bbc70e014b
üst 4b5a9894
...@@ -3356,20 +3356,15 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc, ...@@ -3356,20 +3356,15 @@ bool FormulaGroupInterpreterOpenCL::interpret( ScDocument& rDoc,
#endif #endif
} }
return true; return true;
} // namespace opencl }
}} // namespace sc }} // namespace sc::opencl
extern "C" { extern "C" {
SAL_DLLPUBLIC_EXPORT sc::FormulaGroupInterpreter* SAL_CALL SAL_DLLPUBLIC_EXPORT sc::FormulaGroupInterpreter* SAL_CALL
createFormulaGroupOpenCLInterpreter() createFormulaGroupOpenCLInterpreter()
{ {
#if 0// USE_GROUNDWATER_INTERPRETER
if (getenv("SC_GROUNDWATER"))
return new sc::opencl::FormulaGroupInterpreterGroundwater();
#endif
return new sc::opencl::FormulaGroupInterpreterOpenCL(); return new sc::opencl::FormulaGroupInterpreterOpenCL();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment