We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330d386 commit 13bd8aaCopy full SHA for 13bd8aa
1 file changed
src/generator.cpp
@@ -1945,7 +1945,7 @@ std::string Generator::GeneratorImpl::generateInitialiseVariableCode(const Analy
1945
|| (generatedConstantDependencies != nullptr)) {
1946
auto initialisingAnalyserVariable = std::find_if(remainingVariables.begin(), remainingVariables.end(),
1947
[&](const AnalyserVariablePtr &av) {
1948
- return areEquivalentVariables(initialValueVariable, av->variable());
+ return mAnalyserModel->areEquivalentVariables(initialValueVariable, av->variable());
1949
});
1950
1951
if (initialisingAnalyserVariable != remainingVariables.end()) {
0 commit comments