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
SWIFT
SWIFTsim
Commits
967ae401
Commit
967ae401
authored
Jul 06, 2020
by
Josh Borrow
Browse files
Fixed incorrect offset for second vube in makeGlass.py
parent
dead2668
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/HydroTests/SodShock_BCC_3D/makeGlass.py
View file @
967ae401
...
...
@@ -37,7 +37,7 @@ def generate_two_cube(num_on_side, side_length=1.0):
mips
=
side_length
/
num_on_side
positions
=
np
.
concatenate
([
cube
,
cube
+
mips
*
0.5
])
positions
=
np
.
concatenate
([
cube
,
cube
+
mips
])
return
positions
...
...
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