Skip to content

Commit a14db21

Browse files
authored
Fix syntax error by adding missing semicolon
1 parent 86dbbe0 commit a14db21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/source_io/module_parameter/input_parameter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ struct Input_para
500500
double p_mol = 1.85;
501501
double n_mol = 0.033;
502502
double epsilon_inf = 1.78;
503-
double sol_thr = 1e-5
503+
double sol_thr = 1e-5;
504504

505505
// ============== #Parameters (14.vdW Correction) ===========================
506506
// ==========================================================

0 commit comments

Comments
 (0)