Skip to content

Commit

Permalink
fix bug on calculating CI with internal node constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
tothuhien committed Mar 21, 2023
1 parent 704ac93 commit 0bfb2d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bin/lsd2_mac
Binary file not shown.
Binary file modified bin/lsd2_unix
Binary file not shown.
6 changes: 3 additions & 3 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pr* getOptions( int argc, char** argv )

Pr* getCommandLine( int argc, char** argv)
{
const string VERSION="v.2.3";
const string VERSION="v.2.4";
Pr* opt = new Pr();
int c;
string s;
Expand Down Expand Up @@ -354,7 +354,7 @@ Pr* getInterface()

void printInterface(ostream& in, Pr* opt)
{
const string VERSION = "v.2.3";
const string VERSION = "v.2.4";

in<<"\nLEAST-SQUARE METHODS TO ESTIMATE RATES AND DATES - "<<VERSION<<" \n\n";
in<<"\nInput files:\n";
Expand Down Expand Up @@ -511,7 +511,7 @@ void printHelp( void )
const string BOLD = "\033[00;01m";
const string LINE = "\033[00;04m";
const string FLAT = "\033[00;00m";
const string VERSION = "v.2.3";
const string VERSION = "v.2.4";

cout<<BOLD<<"LSD: LEAST-SQUARES METHODS TO ESTIMATE RATES AND DATES - "<<VERSION<<"\n\n";
cout<<BOLD<<"DESCRIPTION\n"
Expand Down

0 comments on commit 0bfb2d3

Please sign in to comment.