2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Jun 06, 2023 — Jul 06, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve doc header, update test values More... about 1 year ago
Fix Rotator/Derotator to use USERVARS, add preliminary unit test, update TestDiskChopper2 with PowderN slab in both slit cases More... about 1 year ago
Correct normalisation-issue raised in the discussion of https://github.com/McStasMcXtrace/McCode/issues/1512 More... about 1 year ago
Add a reasonable documentation header More... about 1 year ago
Further work for https://github.com/McStasMcXtrace/McCode/issues/1512 More... about 1 year ago
Initial McStas 3.x adaptation to solve https://github.com/McStasMcXtrace/McCode/issues/1512 More... about 1 year ago
Widen slit to ensure illumination of both trapezoidal and rectangular slit type More... about 1 year ago
Add second test-example for DiskChopper, for comparison with rotating, rectangular slit. Includes optional B4C absorber (PowderN) More... about 1 year ago
Further minor fixes... More... about 1 year ago
Remove erroneous e char More... about 1 year ago
Allow to choose another rotation axis More... about 1 year ago
Update to use hypatia versions More... over 1 year ago
Merge pull request #1511 from McStasMcXtrace/mcstas-3.4-release More... over 1 year ago
Merge branch 'main' into mcstas-3.4-release More... over 1 year ago
McXtrace Include ISCONDAPKG configuration More... over 1 year ago
Include ISCONDAPKG configuration item More... over 1 year ago
Free this_p1 pointer once data are written More... over 1 year ago
Use int64_t based functions for writing NeXus data (overcomes ~2e9 limitation in number of events that may be stored) More... over 1 year ago
Fix for https://github.com/McStasMcXtrace/McCode/issues/1510 More... over 1 year ago
Further fixes suppressing warnings from clang More... over 1 year ago
A little more printf + define string fixing... More... over 1 year ago
Further printf format fixing More... over 1 year ago
Fix format specifiers More... over 1 year ago
Further *print* + define fixes, elliminating warnings from clang More... over 1 year ago
Silence further (meaningful) warnings from clang More... over 1 year ago
Strip off "volume_index_main," that have no effect in these if statements More... over 1 year ago
Silence a couple of further warnings from clang More... over 1 year ago
Let these if statements actually do something More... over 1 year ago
Further fixes along the type *print*(stringvar,NAME_CURRENT_COMP) -> *print*(stringvar,"%s",NAME_CURRENT_COMP) More... over 1 year ago
Fix occurrences of sprintf(filename,NAME_CURRENT_COMP); -> sprintf(filename,"%s",NAME_CURRENT_COMP); to make clang happier More... over 1 year ago