We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953e0f4 commit eca21f2Copy full SHA for eca21f2
3 files changed
mcstas-comps/share/union-init.c
@@ -38,7 +38,6 @@
38
// by the last Union_master.
39
40
41
-
42
// Initialize global positions / rotations to transform lists
43
// These are lists of pointers to positons / rotations, that will be updated from global frame
44
// to the frame of the master component that uses them in that masters initialize section.
@@ -48,7 +47,7 @@
48
47
// Initialize global_process_list
49
// Used to facilitate communication between processes and the other types of Union components
50
struct pointer_to_global_process_list global_process_list = {0,NULL};
51
+
52
// Initialize global_material_list
53
// Used to facilitate communication between materials and the other types of Union components
54
struct pointer_to_global_material_list global_material_list = {0,NULL};
0 commit comments