Skip to content

Commit

Permalink
Update Program.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndskg authored Jan 7, 2024
1 parent 6fc8d1f commit 8aa390b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ void fast_io_initializer() {
// Initialize the fast_io variable as a function pointer
void (*fast_io)() = fast_io_initializer;

// ----------------------------------------------------------------------------
// "Program" Class Member Function Implementations
// ----------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------
// "Program" Class Member Function Implementations
// --------------------------------------------------------------------------------------------------

/*----------------------------------------- CONSTRUCTORS -----------------------------------------*/

/*------------------------------ CONSTRUCTORS ------------------------------*/
// Default constructor.
Program::Program() : inputMode("") {
// To speed up I/O
Expand All @@ -38,7 +39,7 @@ Program::Program() : inputMode("") {
}


/*--------------------------- KEY MEMBER FUNCTIONS ---------------------------*/
/*-------------------------------------- KEY MEMBER FUNCTIONS --------------------------------------*/

// Processes the command line arguments.
void Program::get_options(int argc, char* argv[]) {
Expand Down

0 comments on commit 8aa390b

Please sign in to comment.