Fix build for current python bindings.
This commit is contained in:
Regular → Executable
+3
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user