Skip to content

Commit bab6a02

Browse files
committed
Fix URL's to point to MCPL > 2.0 discussion
1 parent abc8865 commit bab6a02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mcstas-comps/misc/MCPL_output.comp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

mcxtrace-comps/misc/MCPL_output.comp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)