use_ -> make_
This commit is contained in:
@@ -22,7 +22,7 @@ void rsin_driver::initialise(void)
|
|||||||
opts = nullptr;
|
opts = nullptr;
|
||||||
use_ctx_aut = false;
|
use_ctx_aut = false;
|
||||||
use_concentrations = false;
|
use_concentrations = false;
|
||||||
use_progressive = false;
|
make_progressive = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
rsin_driver::~rsin_driver ()
|
rsin_driver::~rsin_driver ()
|
||||||
@@ -109,7 +109,7 @@ void rsin_driver::useContextAutomaton(void)
|
|||||||
|
|
||||||
void rsin_driver::makeProgressive(void)
|
void rsin_driver::makeProgressive(void)
|
||||||
{
|
{
|
||||||
use_progressive = true;
|
make_progressive = true;
|
||||||
if (use_ctx_aut)
|
if (use_ctx_aut)
|
||||||
{
|
{
|
||||||
getReactionSystem()->ctxAutEnableProgressiveClosure();
|
getReactionSystem()->ctxAutEnableProgressiveClosure();
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ class rsin_driver
|
|||||||
// options in configuration file:
|
// options in configuration file:
|
||||||
bool use_ctx_aut;
|
bool use_ctx_aut;
|
||||||
bool use_concentrations;
|
bool use_concentrations;
|
||||||
bool use_progressive;
|
bool make_progressive;
|
||||||
|
|
||||||
// Handling the scanner
|
// Handling the scanner
|
||||||
void scan_begin();
|
void scan_begin();
|
||||||
|
|||||||
Reference in New Issue
Block a user