Skip to content

Commit 0dd827c

Browse files
Transurgeonclaude
andcommitted
Set has_been_refreshed to false in parameter constructor
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b23c79f commit 0dd827c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/affine/parameter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ expr *new_parameter(int d1, int d2, int param_id, int n_vars, const double *valu
6464
wsum_hess_init, eval_wsum_hess, NULL);
6565

6666
pnode->param_id = param_id;
67-
pnode->has_been_refreshed = true;
67+
pnode->has_been_refreshed = false;
6868

6969
if (values != NULL)
7070
{

0 commit comments

Comments
 (0)