Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 989fcd8

Browse files
committed
Make flatplot executable
1 parent aecf96a commit 989fcd8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flatmap/code/bin/flatplot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../utils/flatplot.py

flatmap/code/utils/flatplot.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#!/usr/bin/env python3
12
# AUTHOR: Sirio Bolaños Puchet <[email protected]>
23
# CREATION DATE: 2023-05-30
3-
# LAST MODIFICATION: 2024-02-22
4+
# LAST MODIFICATION: 2024-05-02
45

56
_PROGNAME = 'flatplot'
67

0 commit comments

Comments
 (0)