Skip to content

Commit eca21f2

Browse files
committed
Sync with whitespace/comment-edits/typo fixes from McXtrace
1 parent 953e0f4 commit eca21f2

3 files changed

Lines changed: 398 additions & 551 deletions

File tree

mcstas-comps/share/union-init.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
// by the last Union_master.
3939

4040

41-
4241
// Initialize global positions / rotations to transform lists
4342
// These are lists of pointers to positons / rotations, that will be updated from global frame
4443
// to the frame of the master component that uses them in that masters initialize section.
@@ -48,7 +47,7 @@
4847
// Initialize global_process_list
4948
// Used to facilitate communication between processes and the other types of Union components
5049
struct pointer_to_global_process_list global_process_list = {0,NULL};
51-
50+
5251
// Initialize global_material_list
5352
// Used to facilitate communication between materials and the other types of Union components
5453
struct pointer_to_global_material_list global_material_list = {0,NULL};

0 commit comments

Comments
 (0)