chore(library/blast/forward/forward_extension): rename procedure
This commit is contained in:
parent
4129b398da
commit
001f8084a9
2 changed files with 2 additions and 3 deletions
|
@ -65,8 +65,7 @@ void initialize_forward_extension() {
|
|||
|
||||
void finalize_forward_extension() { }
|
||||
|
||||
forward_branch_extension & get_extension() {
|
||||
forward_branch_extension & get_forward_extension() {
|
||||
return static_cast<forward_branch_extension&>(curr_state().get_extension(g_ext_id));
|
||||
}
|
||||
|
||||
}}
|
||||
|
|
|
@ -25,7 +25,7 @@ public:
|
|||
head_map<expr> const & get_index() { return m_index; }
|
||||
};
|
||||
|
||||
forward_branch_extension & get_extension();
|
||||
forward_branch_extension & get_forward_extension();
|
||||
|
||||
void initialize_forward_extension();
|
||||
void finalize_forward_extension();
|
||||
|
|
Loading…
Reference in a new issue