Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortran style #75

Merged
merged 117 commits into from
Mar 17, 2023
Merged

Fortran style #75

merged 117 commits into from
Mar 17, 2023

Conversation

stefanhenneking
Copy link
Contributor

@stefanhenneking stefanhenneking commented Feb 28, 2023

Most of the changes in this PR fall into the following categories:

  • Removing common blocks
  • Adding implicit none statements
  • Adding DEBUG_MODE preprocessor flags for iprint sections
  • Converting .F to .F90 standard
  • Modernizing some of the Fortran language
  • Adjusting Fortran style to be more consistent within hp3D
  • Some code documentation (doxygen)
  • Moving unused and/or obsolete files into separate folders
  • Some improvements to test

Closes

Depends on #69

@stefanhenneking stefanhenneking added enhancement New feature or request WIP Work in progress labels Feb 28, 2023
This was referenced Mar 12, 2023
@stefanhenneking stefanhenneking added ready-for-review Ready to be reviewed and removed WIP Work in progress labels Mar 17, 2023
@stefanhenneking stefanhenneking marked this pull request as ready for review March 17, 2023 21:09
Copy link
Contributor

@jbadger95 jbadger95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overwrites a few things on merge (into next) but otherwise seems to work well

@stefanhenneking
Copy link
Contributor Author

I will squash-merge it into master and if any larger issues come up we can roll it back.

@stefanhenneking stefanhenneking merged commit 463ed4d into master Mar 17, 2023
@stefanhenneking stefanhenneking removed the ready-for-review Ready to be reviewed label Mar 18, 2023
jdmorap pushed a commit that referenced this pull request Jul 25, 2023
* Removing common blocks
* Adding implicit none statements
* Adding DEBUG_MODE preprocessor flags for iprint sections
* Converting .F to .F90 standard
* Modernizing some of the Fortran language
* Adjusting Fortran style to be more consistent within hp3D
* Some code documentation (doxygen)
* Moving unused and/or obsolete files into separate folders
* Some improvements to test/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implicit save declaration with locally initialized variables Convert fixed-format Fortran to modern Fortran
3 participants