Skip to content
Snippets Groups Projects
Commit 5ec291cf authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent c8b73eb7
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ api = API(version_major, version_minor)
gmsh = api.add_module('gmsh', 'top-level functions')
doc = '''Initialize Gmsh. This must be called before any call to the other functions in the API. If `argc' and `argv' (or just `argv' in Python or Julia) are provided, they will be handled in the same way as the command line arguments in the Gmsh app. If `readConfigFiles' is set, read system Gmsh configuration files (gmshrc and gmsh-options).'''
gmsh.add('initialize',doc,None,argcargv(),ibool('readConfigFiles','true','True'))
gmsh.add('initialize', doc, None, argcargv(), ibool('readConfigFiles', 'true', 'True', 'true'))
doc = '''Finalize Gmsh. This must be called when you are done using the Gmsh API.'''
gmsh.add('finalize', doc, None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment