Skip to content

Commit 6ddaed8

Browse files
committed
fix: updated C interface comments
1 parent bbd19b4 commit 6ddaed8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/MLNanoShaperRunner.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ length of the array
3737
*/
3838
int load_atoms(sphere *start, int length);
3939
/*
40-
eval_model(x::Float32,y::Float32,z::Float32)::Float32
41-
42-
evaluate the model at coordinates `x` `y` `z`.
43-
*/
40+
*evaluate the model at coordinates start[0],...,start[length -1]
41+
*/
4442
float eval_model(point *start,int length);

0 commit comments

Comments
 (0)