Skip to content

Commit c6f3174

Browse files
authored
hotfix
1 parent f99a30c commit c6f3174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stark/extern/symx/src/CompiledInLoop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ namespace symx
695695
template<typename INPUT_FLOAT, typename COMPILED_FLOAT, typename OUTPUT_FLOAT>
696696
inline void CompiledInLoop<INPUT_FLOAT, COMPILED_FLOAT, OUTPUT_FLOAT>::run(const int32_t n_threads)
697697
{
698-
this->run(this->n_threads, this->evaluation_callback, this->conditional_evaluation_callback);
698+
this->run(n_threads, this->evaluation_callback, this->conditional_evaluation_callback);
699699
}
700700
}
701701

0 commit comments

Comments
 (0)