Skip to content

Commit 5d20bda

Browse files
update GTPSA docstring
1 parent 531145c commit 5d20bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
251251
252252
+ a GTPSA `Descriptor` specifying the number of variables/parameters, parameter
253253
order, individual variable/parameter truncation orders, and maximum order. See
254-
the [GTPSA.jl documentation](https://bmad-sim.github.io/GTPSA.jl/stable/man/c_descriptor/) for more details.
254+
the [GTPSA.jl documentation](https://bmad-sim.github.io/GTPSA.jl/stable/man/b_descriptor/) for more details.
255255
+ `nothing` to automatically use a `Descriptor` given the context.
256256
"""
257257
Base.@kwdef struct AutoGTPSA{D} <: AbstractADType

0 commit comments

Comments
 (0)