autocomplete-fortran
autocomplete-fortran copied to clipboard
1. selected set procedure of the points in my project and select "fortran go-declaration". 2. the code block is ``` type :: grid2d_type integer :: in, jn type(point_type) :: points(in,...
Consider the following program: ``` program name use mpi implicit none integer :: err, rank call MPI_INIT(err) print *, 'Hello world!' call MPI_FINALIZE(err) end program ``` Then, while typing in...
This is the output I'm getting. Not sure what led to this as it was correctly parsing and generating the html file before... What does this error mean? ``` (base)...