Skip to content

Commit 9f558f0

Browse files
Merge pull request #105 from mattsignorelli/gtpsa-1
update GTPSA docstring
2 parents 531145c + 5d20bda commit 9f558f0

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)