RSCTL -> RSCTLK

This commit is contained in:
Artur Meski
2018-04-21 19:33:32 +01:00
parent 09578a075f
commit d2a9b5733c
12 changed files with 266 additions and 266 deletions

View File

@@ -17,7 +17,7 @@ rsin_driver::rsin_driver(RctSys *rs)
void rsin_driver::initialise(void)
{
rs = nullptr;
rsctlform = nullptr;
rsctlkform = nullptr;
opts = nullptr;
use_ctx_aut = false;
use_concentrations = false;
@@ -49,13 +49,13 @@ void rsin_driver::error(const std::string &m)
std::cerr << m << std::endl;
}
FormRSCTL *rsin_driver::getFormRSCTL(void)
FormRSCTLK *rsin_driver::getFormRSCTLK(void)
{
if (rsctlform == nullptr) {
FERROR("RSCTL formula was not supplied!");
if (rsctlkform == nullptr) {
FERROR("RSCTLK formula was not supplied!");
}
return rsctlform;
return rsctlkform;
}
//