Commit 61e1a244 authored by Johannes Blaschke's avatar Johannes Blaschke
Browse files

start adding modules

parent 07b50511
Loading
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
.ipynb_checkpoints

1d_diffusion.ipynb

0 → 100644
+20 −0
Original line number Diff line number Diff line
%% Cell type:code id: tags:

``` julia
include("src/fp.jl")
```

%% Output

    Main.FP

%% Cell type:code id: tags:

``` julia
using .FP
```

%% Cell type:code id: tags:

``` julia
```

src/fp.jl

0 → 100644
+3 −0
Original line number Diff line number Diff line
module FP

end
 No newline at end of file