Skip to content

Commit 0ac2ce4

Browse files
committed
InterpParam::get_num_updates()
1 parent da1cb1d commit 0ac2ce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

util/interp_param.hh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ struct InterpParamVariable {
5454
this->num_updates = num_updates;
5555
}
5656

57+
unsigned get_num_updates() {
58+
return num_updates;
59+
}
60+
5761
T cur_val;
5862

5963
private:

0 commit comments

Comments
 (0)