Fix build for current python bindings.

This commit is contained in:
Jérémie Dumas
2018-11-12 22:56:45 +01:00
parent 1225b8d5a9
commit b0c518a05f
46 changed files with 111 additions and 25 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
#
# This file is part of libigl, a simple c++ geometry processing library.
#
# Copyright (C) 2017 Sebastian Koch <s.koch@tu-berlin.de> and Daniele Panozzo <daniele.panozzo@gmail.com>
@@ -130,4 +132,4 @@ def main():
viewer.launch()
if __name__ == "__main__":
main()
main()