Skip to content

Commit dc3d21e

Browse files
committed
Remove stray erroneous array definition
1 parent b10a00a commit dc3d21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference-manual/types.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ model {
474474
Bounds (and offset and multiplier)
475475
for integer or real variables may be arbitrary expressions.
476476
The only requirement is that they only include variables that have
477-
been declared (though not necessarily defined) before the declaration. array[N] row_vector[D] x;
477+
been declared (though not necessarily defined) before the declaration.
478478
If the bounds themselves are parameters, the behind-the-scenes
479479
variable transform accounts for them in the log Jacobian.
480480

0 commit comments

Comments
 (0)