Skip to content

Commit 2434d96

Browse files
authored
""
1 parent 3e2e7b4 commit 2434d96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/source_io/module_parameter/input_parameter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,9 @@ struct Input_para
698698
int dsp_count = 4; /// the count of dsp hardwares in one node
699699

700700
// ============== #Parameters (26.uncommon hardware) =================
701-
std::string dim_corr = 'mt';
701+
std::string dim_corr = "mt";
702702
int dim_corr_dir = 1; // x 0, y 1, z 3 abacus could have the best performance when x/y
703-
std::string mt_type = '2D';
703+
std::string mt_type = "2D";
704704

705705
};
706706
#endif

0 commit comments

Comments
 (0)