Skip to content

Commit 76e6fbf

Browse files
committed
fix compilation
1 parent d21f75c commit 76e6fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RXMesh_test/test_attribute.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ TEST(Attribute, ArgMax)
150150

151151
const float val(2.0);
152152

153-
populate<float>(rx, *attr, val);
153+
populate<float>(rx, attr, val);
154154
auto context = rx.get_context();
155155

156156
uint32_t chosenVertex = 1;

0 commit comments

Comments
 (0)