Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
8f92a2b1
Commit
8f92a2b1
authored
Jan 22, 2016
by
Cristian Lalescu
Browse files
hide unused function
parent
a716276a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bfps/tools.py
View file @
8f92a2b1
...
...
@@ -136,7 +136,7 @@ def padd_with_zeros(
b
[
n1
-
m1
//
2
:
,
n0
-
m0
//
2
:
,
:
m2
//
2
+
1
]
=
a
[
m1
-
m1
//
2
:
,
m0
-
m0
//
2
:
,
:
m2
//
2
+
1
]
return
b
def
get_kindices
(
def
_
get_kindices
(
n
=
64
):
nx
=
n
nz
=
n
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment