Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 2155 time units months and years #2300

Merged
merged 11 commits into from
Oct 18, 2022
Prev Previous commit
Next Next commit
#2155 SonarQube: to avoid a finding
  • Loading branch information
Howard Soh committed Oct 7, 2022
commit 15d9f57ddbcab4c53fb8d993911df91f74221636
3 changes: 2 additions & 1 deletion src/tools/other/mode_time_domain/mm_engine.cc
Original file line number Diff line number Diff line change
@@ -268,7 +268,8 @@ if ( mlog.verbosity_level() > 5 ) {

s << "Composites ...\n";

for (j=0; j<N_Composites; ++j) {
int tmp_len = comp_to_eq.n();
for (j=0; j<tmp_len; ++j) {

s << ' ' << comp_to_eq[j];