File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
cma_utils/public/cma_utils Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ namespace
108108 }
109109
110110 return delta_time;
111-
112111 }
113112
114113} // namespace
@@ -209,7 +208,7 @@ namespace Core
209208 {
210209
211210 auto d_transition = (is_host)
212- ? get_dtransitionner (user_params.cma_case_path )
211+ ? get_dtransitioner (user_params.cma_case_path )
213212 : CmaUtils::TransitionnerPtrType::from_raw (nullptr );
214213
215214 if (is_host)
Original file line number Diff line number Diff line change 77
88namespace CmaUtils
99{
10- using TransitionnerPtrType = rust::Box<TransionnerWrapper >;
10+ using TransitionnerPtrType = rust::Box<TransitionerWrapper >;
1111 using IterationStatePtrType = ::rust::Box<::IterationStateWrapper>;
1212 using StateCooMatrixType = ::rust::Box<::CooMatrixWrap>;
1313
14-
1514} // namespace CmaUtils
1615
1716#endif
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ namespace WrapMPI
2626 bool flag = false ;
2727 if (n_rank == 1 )
2828 {
29+ to_wait = false ;
2930 return true ;
3031 }
3132
You can’t perform that action at this time.
0 commit comments