aboutsummaryrefslogtreecommitdiff
path: root/Examples/Tests/Larmor/plot_particle_path.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17more consistency in files in Examples/Gravatar MaxThevenet 1-144/+0
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 1-12/+12
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 ```
2018-09-28Created subdirectories in Examples and move examples in these subdirectories.Gravatar Jean-Luc Vay 1-0/+144