Skip to content

Commit dc8c22e

Browse files
Transurgeonclaude
andcommitted
Update includes in test_param_prob.h to use atoms/ prefix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent afb413a commit dc8c22e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/problem/test_param_prob.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
#include <stdio.h>
66
#include <string.h>
77

8-
#include "affine.h"
9-
#include "bivariate.h"
10-
#include "elementwise_restricted_dom.h"
8+
#include "atoms/affine.h"
9+
#include "atoms/elementwise_restricted_dom.h"
1110
#include "expr.h"
1211
#include "minunit.h"
1312
#include "problem.h"

0 commit comments

Comments
 (0)