Removed all the extern file names.
For now decided to pass in FILE* to begin to centralize that logic.
In the future it would be nice to read in the experiment data and then just pass around data.
Updated the main method to only allow for an EXP file to be used.
Removed all the extern file names. For now decided to pass in FILE* to begin to centralize that logic. In the future it would be nice to read in the experiment data and then just pass around data.
Updated the main method to only allow for an EXP file to be used.
Enhanced the
error
method to be variadic.