MCPcopy Create free account
hub / github.com/NanoComp/meep / print_heading

Function print_heading

python/examples/mpb_tutorial.py:9–11  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

7
8
9def print_heading(h):
10 stars = "*" * 10
11 print("{0} {1} {0}".format(stars, h))
12
13
14# Our First Band Structure

Callers 1

mpb_tutorial.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected