rice-solar-physics/ebtelplusplus

Don't read from config file by default

wtbarnes opened this issue · 1 comments

To make ebtel++ more modular, the Loop object should be able to be configured by parameters in memory as well. Right now the constructor assumes that there is a configuration file being passed to it.

To fix this, the constructor should be overloaded though maybe the config file parsing should be moved to a separate method as well.

Resolved by #13. Will reopen if other issues come up.