diff options
| author | Franklin Wei <me@fwei.tk> | 2019-02-02 23:02:12 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2019-02-02 23:02:12 -0500 |
| commit | 79a83c2cbee5adca798b8976b2a39ecd6ffd39af (patch) | |
| tree | 379523f81d3e7dc02c62ca1505376b8d0bc6b30e /main.cpp | |
| download | fieldviz-79a83c2cbee5adca798b8976b2a39ecd6ffd39af.zip fieldviz-79a83c2cbee5adca798b8976b2a39ecd6ffd39af.tar.gz fieldviz-79a83c2cbee5adca798b8976b2a39ecd6ffd39af.tar.bz2 fieldviz-79a83c2cbee5adca798b8976b2a39ecd6ffd39af.tar.xz | |
initial commit
basic B field integrator
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..604782e --- /dev/null +++ b/main.cpp @@ -0,0 +1 @@ +#include <iostream> |