diff --git a/bin/lsd2_mac b/bin/lsd2_mac index d11fb5b..e5038af 100755 Binary files a/bin/lsd2_mac and b/bin/lsd2_mac differ diff --git a/bin/lsd2_unix b/bin/lsd2_unix index e8db6f1..06fbf70 100755 Binary files a/bin/lsd2_unix and b/bin/lsd2_unix differ diff --git a/src/options.cpp b/src/options.cpp index b9e10bf..96d1cb5 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -25,7 +25,7 @@ Pr* getOptions( int argc, char** argv ) Pr* getCommandLine( int argc, char** argv) { - const string VERSION="v.1.9.8"; + const string VERSION="v.1.9.9"; Pr* opt = new Pr(); int c; string s; @@ -356,7 +356,7 @@ Pr* getInterface() void printInterface(ostream& in, Pr* opt) { - const string VERSION = "v.1.9.8"; + const string VERSION = "v.1.9.9"; in<<"\nLEAST-SQUARE METHODS TO ESTIMATE RATES AND DATES - "<0) { - if (abs(nodes[i]->B)>0) return newLabel+")"+nodes[i]->L+"[&date=\""+date.str()+"\",CI_height={"+hmin.str()+","+hmax.str()+"},CI_date=\"{"+dmin.str()+","+dmax.str()+"}\"]:"+b.str(); - else return newLabel+")"+nodes[i]->L+":"+b.str(); + return newLabel+")"+nodes[i]->L+"[&date=\""+date.str()+"\",CI_height={"+hmin.str()+","+hmax.str()+"},CI_date=\"{"+dmin.str()+","+dmax.str()+"}\"]:"+b.str(); + /*if (abs(nodes[i]->B)>0) return newLabel+")"+nodes[i]->L+"[&date=\""+date.str()+"\",CI_height={"+hmin.str()+","+hmax.str()+"},CI_date=\"{"+dmin.str()+","+dmax.str()+"}\"]:"+b.str(); + else return newLabel+")"+nodes[i]->L+":"+b.str();*/ } else{ return newLabel+")"+nodes[i]->L+"[&date=\""+date.str()+"\",CI_height={"+hmin.str()+","+hmax.str()+"},CI_date=\"{"+dmin.str()+","+dmax.str()+"}\"];\n";