-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
The MMSP.main.hpp header currently enforces a highly restrictive usage of the MMSP functions, requiring definitions of grid types to be used and messages for the command line before its inclusion. This creates the need to separate the inclusion of MMSP as a whole and MMSP.main.hpp. Rather than requiring this, the main header may be done away with altogether, allowing the user to create and implement their own functions for grid generation, updating, and output using the functionality within MMSP, without use of command line arguments if the user chooses. A template for properly structured code without the main header may also be included within the project.
Reactions are currently unavailable