mkovacina / sweep

1 stars 0 forks source link

Remove global file names #13

Closed mkovacina closed 4 years ago

mkovacina commented 4 years ago

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.