We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d389ba1 commit 3074d60Copy full SHA for 3074d60
src/Nonlinear/ReverseAD/types.jl
@@ -4,7 +4,7 @@
4
# Use of this source code is governed by an MIT-style license that can be found
5
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6
7
-mutable struct _SubexpressionStorage
+struct _SubexpressionStorage
8
nodes::Vector{Nonlinear.Node}
9
adj::SparseArrays.SparseMatrixCSC{Bool,Int}
10
const_values::Vector{Float64}
@@ -41,7 +41,7 @@ mutable struct _SubexpressionStorage
41
end
42
43
44
-mutable struct _FunctionStorage
+struct _FunctionStorage
45
46
47
0 commit comments