Skip to content

Commit e555004

Browse files
committed
Correct union sorting fct name
1 parent 4dd5bf2 commit e555004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcstas-comps/union/Powder_process.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ SHARE
138138

139139
// PN_list_compare *****************************************************************
140140

141-
int PN_list_compare(const void *a, const void *b)
141+
int PN_list_compare_union(const void *a, const void *b)
142142
{
143143
const struct line_data_union *pa = a;
144144
const struct line_data_union *pb = b;

0 commit comments

Comments
 (0)