wip authored by Frédéric Bapst's avatar Frédéric Bapst
...@@ -540,13 +540,6 @@ Two nice tools to enrich Java arithmetic capabilities, on-the-fly: ...@@ -540,13 +540,6 @@ Two nice tools to enrich Java arithmetic capabilities, on-the-fly:
-Sl,--logfile <path> Signal problems by writing to a log file. -Sl,--logfile <path> Signal problems by writing to a log file.
Default filename is: COJAC_Report.log. Default filename is: COJAC_Report.log.
-v,--verbose Display some internal traces -v,--verbose Display some internal traces
-W <class> Select the wrapper (better use -R?).
Example: -W cojac.WrapperBasic will use
ch.eiafr.cojac.models.wrappers.WrapperBasic
-Wd <class> Select the double wrapper (better use -R?).
Example: -Wd cojac.BigDecimalDouble will use
ch.eiafr.cojac.models.wrappers.BigDecimalDouble
-Wf <class> Select the float wrapper. See -Wd.
-Xb,--bypass <prefixes> Bypass classes starting with one of these prefixes -Xb,--bypass <prefixes> Bypass classes starting with one of these prefixes
(semi-colon separated list). (semi-colon separated list).
Example: -Xb foo;bar.util Example: -Xb foo;bar.util
... ...
......