This commit is contained in:
Efi Fogel 2006-07-24 17:44:51 +00:00
parent d8a7da8a8c
commit 032f78825c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public:
void sync(void) {}
void op(void) { sqrt(n); }
void set(unsigned int u) { n = u; }
void set(double u) { n = u; }
};
namespace po = boost::program_options;