MFlowCode / MFC

Exascale simulation of multiphase/physics fluid dynamics
https://mflowcode.github.io
MIT License
132 stars 56 forks source link

Pre_Proccess, Added Intent, Comments, and Formatting #483

Closed okBrian closed 1 week ago

okBrian commented 1 week ago

Description

Added Intent to all subroutine arguments that didn't already have it Added Missing @ param comments on subroutines Formatted Code to be a bit more uniform inline with my how I formatted the Common Directory

Fixes #478

Type of change

Scope

How Has This Been Tested?

Tested On Github Actions, and Tested Locally

Test Configuration:

Ubuntu 22.04.4 LTS, gcc14 Github Actions

Checklist

sbryngelson commented 1 week ago

looks good. i just found one minor thing to comment on.

on reviewing this PR I'm reminded that i find our use of !-------------- comments after each subroutine statement or function rather silly and a waste of text/space.

Could you do a grep/macro/whatever to delete all of these in a new PR?

okBrian commented 1 week ago

I can remove all the !-------------------- in a new pr.