Skip to content
Snippets Groups Projects

Draft: Fortran Support

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -37,7 +37,8 @@ deallocate(@NAME@)
type_adjust_fort = {
"signed int": "integer",
"int": "integer",
"double": "double precision"
"double": "double precision",
"char": "byte",
}
elements_adjust_fort = {
"sizeof(signed int)": "int_size",
Loading