diff options
author | 2019-02-01 02:07:30 +0100 | |
---|---|---|
committer | 2019-02-01 02:07:48 +0100 | |
commit | b4ba8dc55210a81b03ee0b45bcd36478cfc66dd4 (patch) | |
tree | c2f6953306cc756e1f688b7946bd40be8483e818 /src/lib/netlist/prg/nltool.cpp | |
parent | 15e84aaa88092995e0bc390b3b72e5b854d6843e (diff) |
netlist: code maintenance and fixing kidniki ... (nw)
to run at acceptable speed again.
Diffstat (limited to 'src/lib/netlist/prg/nltool.cpp')
-rw-r--r-- | src/lib/netlist/prg/nltool.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp index 1a82df36dcc..f77a5966b0e 100644 --- a/src/lib/netlist/prg/nltool.cpp +++ b/src/lib/netlist/prg/nltool.cpp @@ -693,10 +693,6 @@ int tool_app_t::execute() plib::fpsignalenabler::global_enable(true); plib::fpsignalenabler sigen(plib::FP_ALL & ~plib::FP_INEXACT & ~plib::FP_UNDERFLOW); - //perr("{}", "WARNING: This is Work In Progress! - It may fail anytime\n"); - //perr("Update dispatching using method {}\n", pmf_verbose[NL_PMF_TYPE]); - //printf("test2 %f\n", std::exp(-14362.38064713)); - if (opt_help()) { pout(usage()); |