Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed May 6, 2024
1 parent 0a8a64b commit c2c84c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ namespace gs {
*
* @tparam FRAG_T Should be gs::ArrowProjectedFragment<...>
*/
template <typename FRAG_T, grape::MessageStrategy Strategy>
template <typename FRAG_T,
grape::MessageStrategy Strategy =
grape::MessageStrategy::kAlongOutgoingEdgeToOuterVertex>
class JavaPIEProjectedParallelApp
: public grape::ParallelAppBase<FRAG_T,
JavaPIEProjectedParallelContext<FRAG_T>>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ namespace gs {
*
* @tparam FRAG_T Should be vineyard::ArrowFragment<...>
*/
template <typename FRAG_T, grape::MessageStrategy Strategy>
template <typename FRAG_T,
grape::MessageStrategy Strategy =
grape::MessageStrategy::kAlongOutgoingEdgeToOuterVertex>
class JavaPIEPropertyParallelApp
: public ParallelPropertyAppBase<FRAG_T,
JavaPIEPropertyParallelContext<FRAG_T>>,
Expand Down

0 comments on commit c2c84c2

Please sign in to comment.