Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ahmad Reza Cheraghi
swarm-sim
Commits
c386c04c
Commit
c386c04c
authored
Dec 17, 2019
by
Ahmad Reza
Browse files
Commented two lines from vis3D.py that are not needed.
parent
6b938a03
Changes
3
Hide whitespace changes
Inline
Side-by-side
.idea/misc.xml
View file @
c386c04c
...
...
@@ -3,5 +3,5 @@
<component
name=
"JavaScriptSettings"
>
<option
name=
"languageLevel"
value=
"ES6"
/>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.
7
"
project-jdk-type=
"Python SDK"
/>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.
6.2 (/usr/local/bin/python3.6)
"
project-jdk-type=
"Python SDK"
/>
</project>
\ No newline at end of file
.idea/swarm-sim.iml
View file @
c386c04c
...
...
@@ -5,7 +5,7 @@
<sourceFolder
url=
"file://$MODULE_DIR$"
isTestSource=
"false"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/venv"
/>
</content>
<orderEntry
type=
"jdk"
jdkName=
"Python 3.
7
"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"jdk"
jdkName=
"Python 3.
6.2 (/usr/local/bin/python3.6)
"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
<component
name=
"TemplatesService"
>
...
...
lib/vis3d.py
View file @
c386c04c
...
...
@@ -202,8 +202,8 @@ class Visualization:
self
.
_wait_while_not_running
()
time_elapsed
=
time
.
perf_counter
()
-
round_start_timestamp
GL
.
glFinish
()
end
=
time
.
perf_counter_ns
()
#
GL.glFinish()
#
end = time.perf_counter_ns()
def
remove_particle
(
self
,
particle
):
"""
...
...
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