Skip to content

Commit

Permalink
Keep function names consistent with CEED format
Browse files Browse the repository at this point in the history
Co-authored-by: James Wright <[email protected]>
  • Loading branch information
uumesh and jrwrigh authored Jul 19, 2023
1 parent e82e762 commit fbf6e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/sycl-ref/ceed-sycl-ref-qfunction-load.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
#ifndef _ceed_sycl_qfunction_load_hpp
#define _ceed_sycl_qfunction_load_hpp

CEED_INTERN int CeedSyclBuildQFunction(CeedQFunction qf);
CEED_INTERN int CeedQFunctionBuildKernel_Sycl(CeedQFunction qf);

#endif // _ceed_sycl_qfunction_load_hpp

0 comments on commit fbf6e8e

Please sign in to comment.