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

Read in input files only once #148

Open
RoryBarnes opened this issue Apr 23, 2021 · 1 comment
Open

Read in input files only once #148

RoryBarnes opened this issue Apr 23, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@RoryBarnes
Copy link
Collaborator

Right now the code opens and read the input files for every option. It'd be better to open them once and read the entire file into an array of chars, one line per element.

@RoryBarnes RoryBarnes added enhancement New feature or request good first issue Good for newcomers labels Apr 23, 2021
@thewindsofwinter
Copy link

Hi, I could try to help out with this. Could you point me in the right direction for where the input-reading handling is in vplanet? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants