aboutsummaryrefslogtreecommitdiff
path: root/Examples/Modules/RigidInjection/analysis_rigid_injection_LabFrame.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+7
2020-01-13fix lgtm warningsGravatar Luca Fedeli 1-1/+0
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 1-2/+2
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ```
2019-08-15re-define assert since fix to rigid injection has been mergedGravatar MaxThevenet 1-2/+1
2019-08-15relax assertion until rigid injection is fixed in other PRGravatar MaxThevenet 1-1/+2
2019-08-15add comments in analysis scriptsGravatar MaxThevenet 1-0/+15
2019-08-15some renamingGravatar MaxThevenet 1-0/+55