Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
62c94b2
union system updated for McXtrace 3
ebknudsen Dec 19, 2025
601e369
WIP union-lib step 1
ebknudsen Dec 19, 2025
e111ec5
Transition McXtrace to union-lib
willend Jan 21, 2026
f653fb5
Add rudimentary Union Geometry_test adapted from McStas
willend Jan 23, 2026
953e0f4
Sync with cppcheck/malloc work from McStas
willend Jan 23, 2026
eca21f2
Sync with whitespace/comment-edits/typo fixes from McXtrace
willend Jan 23, 2026
c80c90a
Partial revert relating to surface-features not yet in McXtrace union
willend Jan 23, 2026
17ff24b
Fixes for Windows / MSVC (temporary since improved mesh support will …
willend Jan 23, 2026
ab6aacf
Partial sync Union_make_material McStas <-> McXtrace
willend Jan 23, 2026
1bfef9a
Attempt use of mamba to work around seemingly hung conda solver / McX…
willend Jan 24, 2026
f7cb486
Manual (halfway) merge based on comp from main
willend Feb 21, 2026
7ff3ec9
Merge branch 'main' into imbibe_HALOupdates
willend Apr 3, 2026
dc37f93
Merge branch 'main' into imbibe_HALOupdates
willend Apr 8, 2026
baad4b6
Follow-up to https://github.com/mccode-dev/McCode/pull/2387
willend Apr 8, 2026
343ad24
Follow-up to https://github.com/mccode-dev/McCode/pull/2387
willend Apr 8, 2026
8398274
Rectify whitespace
willend Apr 8, 2026
2989493
Merge branch 'main' into imbibe_HALOupdates
willend Apr 29, 2026
13f9fdb
Merge branch 'main' into imbibe_HALOupdates
willend May 1, 2026
e3f8738
Header/parsing fixes for Union mxdoc entries
willend May 4, 2026
01b0756
More header / table fixes
willend May 4, 2026
dc3afe6
Erik B
willend May 4, 2026
5520e6b
Add 'unit' of [str] for a few string parms
willend May 4, 2026
6284ade
First attempt at making PowderN load NCMAT data directly via NCrystal
tkittel Mar 25, 2026
fbe1374
PowderN: Print NCrystal cfg-string
tkittel Apr 15, 2026
607191a
Add PowderN-with-NCrystal in instrument tests
tkittel Apr 15, 2026
843726e
clang-format on PowderN update
tkittel Apr 15, 2026
55c8fa0
Fix cppcheck lint
tkittel Apr 15, 2026
aede4e5
Update mcstas-conda-basictest workflow
tkittel Apr 16, 2026
635657d
Temporary: Work around running cif2hkl on LaMnO3 / Windows
willend Apr 16, 2026
e2c3fad
improve short comp descriptions
ebknudsen May 4, 2026
31230c1
update origin statements
ebknudsen May 5, 2026
38ea223
rudimentary test instruments
ebknudsen May 5, 2026
57b4de2
better description
ebknudsen May 5, 2026
e54104e
fix filename
ebknudsen May 5, 2026
5587239
move example instruments to the right place
ebknudsen May 6, 2026
17419ae
Merge branch 'main' into imbibe_HALOupdates
willend May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mcstas-comps/share/union-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
// by the last Union_master.



// Initialize global positions / rotations to transform lists
// These are lists of pointers to positons / rotations, that will be updated from global frame
// to the frame of the master component that uses them in that masters initialize section.
Expand All @@ -48,7 +47,7 @@
// Initialize global_process_list
// Used to facilitate communication between processes and the other types of Union components
struct pointer_to_global_process_list global_process_list = {0,NULL};

// Initialize global_material_list
// Used to facilitate communication between materials and the other types of Union components
struct pointer_to_global_material_list global_material_list = {0,NULL};
Expand Down
Loading
Loading