Skip to content
Snippets Groups Projects

Draft: Fortran Support

4 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -154,6 +154,8 @@ class CorrectParameterFactory:
@@ -154,6 +154,8 @@ class CorrectParameterFactory:
return ""
return ""
if variable_type == "int*":
if variable_type == "int*":
return ""
return ""
 
if variable_type == "bool*":
 
return ""
if variable_type == "c_ptr":
if variable_type == "c_ptr":
return ""
return ""
# TODO implement other types
# TODO implement other types
Loading