Skip to content

Fix segfault in Fortran example#1

Open
rmdickson wants to merge 1 commit intocalculquebec:mainfrom
rmdickson:master
Open

Fix segfault in Fortran example#1
rmdickson wants to merge 1 commit intocalculquebec:mainfrom
rmdickson:master

Conversation

@rmdickson
Copy link
Copy Markdown

The allocate_3d_poisson_matrix routine tried to reuse and overwrite its
'n' argument which was declared a parameter in the calling (main) routine.
Replaced 'n' with a local variable 'k'.

The allocate_3d_poisson_matrix routine tried to reuse and overwrite its
'n' argument which was declared a parameter in the calling (main) routine.
Replaced 'n' with a local variable 'k'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant