File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ INITIALIZE
159159 fprintf(stderr,"\nWarning (%s): weight_mode unspecified so defaulting to 2"
160160 " (classic mode) which will soon become unavailable and tooling"
161161 " might need updating. Please consult"
162- " https://github.com/mccode-dev/McCode/discussions/9999 for more"
162+ " https://github.com/mccode-dev/McCode/discussions/2076 for more"
163163 " information.\n",NAME_CURRENT_COMP);
164164 );
165165 weight_mode = 2;
166166 } else if ( weight_mode == 2 ) {
167167 MPI_MASTER(
168168 fprintf(stderr,"\nWarning (%s): weight_mode=2 selected. This mode will"
169169 " soon become unavailable. Please consult"
170- " https://github.com/mccode-dev/McCode/discussions/9999 for more"
170+ " https://github.com/mccode-dev/McCode/discussions/2076 for more"
171171 " information.\n",NAME_CURRENT_COMP);
172172 );
173173 }
Original file line number Diff line number Diff line change @@ -162,15 +162,15 @@ INITIALIZE
162162 fprintf(stderr,"\nWarning (%s): weight_mode unspecified so defaulting to 2"
163163 " (classic mode) which will soon become unavailable and tooling"
164164 " might need updating. Please consult"
165- " https://github.com/mccode-dev/McCode/discussions/9999 for more"
165+ " https://github.com/mccode-dev/McCode/discussions/2076 for more"
166166 " information.\n",NAME_CURRENT_COMP);
167167 );
168168 weight_mode = 2;
169169 } else if ( weight_mode == 2 ) {
170170 MPI_MASTER(
171171 fprintf(stderr,"\nWarning (%s): weight_mode=2 selected. This mode will"
172172 " soon become unavailable. Please consult"
173- " https://github.com/mccode-dev/McCode/discussions/9999 for more"
173+ " https://github.com/mccode-dev/McCode/discussions/2076 for more"
174174 " information.\n",NAME_CURRENT_COMP);
175175 );
176176 }
You can’t perform that action at this time.
0 commit comments