Skip to content

Commit

Permalink
PlantUML seq diagram fix error create_residual()
Browse files Browse the repository at this point in the history
  • Loading branch information
trana authored and trana committed Nov 20, 2023
1 parent fa387e1 commit 3adbd2a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion umls/sequence/globalfit_gwsrc_mbh.puml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ start
:alloc_noise_data();

repeat
:// Remove from TDI AET all found signals from last iteration of UCB VGB MBH
|#white|GlobalFit.c|
:// Remove from TDI AET all found signals from last iteration of UCB VGB generated signals
create_residual();

|#white|MBHWrapper.c|
Expand Down
2 changes: 1 addition & 1 deletion umls/sequence/globalfit_gwsrc_noise.puml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ start
:// Receives TDI AE from root process.
share_mbh_model();

:// Remove from TDI AET all found signals from last iteration of UCB VGB MBH
:// Remove from TDI AET all found signals from last iteration of UCB VGB MBH generated signals
create_residual();

|#white|NoiseWrapper.c|
Expand Down
5 changes: 4 additions & 1 deletion umls/sequence/globalfit_gwsrc_ucb.puml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ start
|#white|NoiseWrapper.c|
:alloc_noise_data();

|#white|GlobalFit.c|
:// Propagates input TDI to all mpids.
share_data();

|#white|GalacticBinaryWrapper.c|
:initialize_gbmcmc_sampler();

repeat
:// Remove from TDI AE all found signals from last iteration of UCB VGB MBH
|#white|GlobalFit.c|
:// Remove from TDI AE all found signals from last iteration of VGB MBH generated signals
create_residual();

|#white|GalacticBinaryWrapper.c|
Expand Down
4 changes: 3 additions & 1 deletion umls/sequence/globalfit_gwsrc_vgb.puml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ start
|#white|NoiseWrapper.c|
:alloc_noise_data();

|#white|GlobalFit.c|
:// Propagates input TDI to all mpids.
share_data();

|#white|VerificationBinaryWrapper.c|
:initialize_vbmcmc_sampler();

repeat
Expand All @@ -51,7 +53,7 @@ start
:// Receives TDI AE from root process.
share_mbh_model();

:// Remove from TDI AE all found signals from last iteration of UCB VGB MBH
:// Remove from TDI AE all found signals from last iteration of UCB MBH generated signals
create_residual();

|#white|VerificationBinaryWrapper.c|
Expand Down

0 comments on commit 3adbd2a

Please sign in to comment.