Skip to content

Commit dafdc9d

Browse files
committed
added free osillations demo
1 parent 3b0ff63 commit dafdc9d

23 files changed

+5204
-1217
lines changed

src/eqdata/polarization.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.19.46
2+
# v0.20.4
33

44
#> [frontmatter]
55
#> layout = "layout.jlhtml"
@@ -11,12 +11,14 @@ using InteractiveUtils
1111

1212
# This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error).
1313
macro bind(def, element)
14+
#! format: off
1415
quote
1516
local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end
1617
local el = $(esc(element))
1718
global $(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el)
1819
el
1920
end
21+
#! format: on
2022
end
2123

2224
# ╔═╡ 1d229d0c-2ffd-11ed-0cb3-1964ddd3b5af

0 commit comments

Comments
 (0)