Skip to content

Commit 56507ca

Browse files
committed
remove comment and add {}
1 parent 56663e4 commit 56507ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/integrate/ensemble_mttk.cu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ Ensemble_MTTK::Ensemble_MTTK(const char** params, int num_params)
110110
} else if (strcmp(params[i], "pperiod") == 0) {
111111
if (!is_valid_real(params[i + 1], &p_period[0][0]))
112112
PRINT_INPUT_ERROR("Wrong inputs for pperiod keyword.");
113-
if (p_period[0][0] < 200) // Fix issue #1117
113+
if (p_period[0][0] < 200) {
114114
PRINT_INPUT_ERROR("pperiod should >= 200 timestep.");
115+
}
115116
i += 2;
116117
for (int i = 0; i < 3; i++) {
117118
for (int j = 0; j < 3; j++) {

0 commit comments

Comments
 (0)