Skip to content
Snippets Groups Projects
Commit 9a38633d authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

GenApi : fix some spaces in gmshc.cc

parent c2349b7d
No related branches found
No related tags found
No related merge requests found
......@@ -440,6 +440,7 @@ class API:
f.write(" if(ierr) *ierr = 0;\n");
f.write(" try {\n");
f.write("".join((a.c_cpp_pre for a in args)))
f.write(" ")
if rtype:
f.write("result_api_ = ")
f.write("gmsh" + module.name+name+"("+", ".join(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment