Skip to content

Commit a4c5d75

Browse files
committed
label spaces
1 parent 483d713 commit a4c5d75

File tree

103 files changed

+50
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+50
-12
lines changed
37 Bytes
Binary file not shown.

examples/ae__ActivationSolver.hip

39 KB
Binary file not shown.

examples/ae__ArcCreator.hip

6.67 KB
Binary file not shown.

examples/ae__Assignment.hip

70.5 KB
Binary file not shown.

examples/ae__Connector.hip

37.7 KB
Binary file not shown.

examples/ae__DartThrowerSolver.hip

3 Bytes
Binary file not shown.

examples/ae__PropagationSolver.hip

48.3 KB
Binary file not shown.

examples/ae__UV_Jitter.hip

108 KB
Binary file not shown.

examples/create_examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def create_hips():
1111
for h in hdas:
1212
dst = ROOT.joinpath("examples")
1313
dst = dst.joinpath(h.stem + ".hip")
14-
shutil.copy(template, dst)
14+
if not os.path.exists(dst):
15+
shutil.copy(template, dst)
1516

1617
create_hips()

otls/ae__AccumulationSolver.hda

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)