Fix tutorial 102_tcp and tutorial 303

Former-commit-id: 2d55c372b0
This commit is contained in:
s-koch
2017-03-29 23:48:49 +02:00
parent daae21e559
commit dd743f2175
3 changed files with 45 additions and 48 deletions
+1 -6
View File
@@ -10,12 +10,7 @@ from shared import TUTORIAL_SHARED_PATH
## This is a test application for the TCPViewer
# Launch the tcp viewer
os.system("python ../tcpviewer.py&")
# Wait for it to set up the socket
time.sleep(1)
# Make sure to launch the tcpviewer.py first
# Read a mesh
V = igl.eigen.MatrixXd()