Skip to content

Commit

Permalink
Update outputWriter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndskg committed Jan 7, 2024
1 parent c028faf commit 6fc8d1f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions include/black-scholes-cpp/outputWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@

using namespace std;


class outputWriter {
// ----------------------------------------------------------------------------
// "outputWriter" Class Declarations
// ----------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------
// "outputWriter" Class Declarations
// --------------------------------------------------------------------------------------------------
public:
/*------------------------------ CONSTRUCTORS ------------------------------*/
/*----------------------------------------- CONSTRUCTORS -----------------------------------------*/
// Default constructor.
outputWriter();

Expand All @@ -33,9 +34,9 @@ class outputWriter {


private:
// ----------------------------------------------------------------------------
// "outputWriter" Member Variables
// ----------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------
// "outputWriter" Member Variables
// --------------------------------------------------------------------------------------------------
};

#endif /* outputWriter_h */

0 comments on commit 6fc8d1f

Please sign in to comment.