Skip to content
Snippets Groups Projects

Draft: Fortran Support

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -39,7 +39,6 @@ class MPICall(Instruction):
@override
def __str__(self):
args = ""
if infvars.generator_language == "c":
actual_template = call_template_c
error_begin = ERROR_MARKER_COMMENT_BEGIN
Loading