mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 14:55:50 +00:00
Removed nested conditions
This commit is contained in:
@ -393,9 +393,9 @@ needed_at[1], needed_at[2], needed_at[3], needed_at[4], needed_at[5]);
|
||||
r_step, ang_min, ang_max, ang_step, radf);
|
||||
break;
|
||||
}
|
||||
if (error == 0)
|
||||
print_message (quiet, stdout, log, f_log, 22, argv[0]);
|
||||
}
|
||||
if (error == 0)
|
||||
print_message (quiet, stdout, log, f_log, 22, argv[0]);
|
||||
}
|
||||
|
||||
print_message (quiet, stdout, log, f_log, 13, argv[0]);
|
||||
|
Reference in New Issue
Block a user