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 3345f25 commit 4645c43Copy full SHA for 4645c43
src/problems/nonlinear_problems.jl
@@ -462,7 +462,7 @@ Note that this example aliases the parameters together for a memory-reduced repr
462
* `probs`: the collection of problems to solve
463
* `explictfuns!`: the explicit functions for mutating the parameter set
464
"""
465
-mutable struct SCCNonlinearProblem{P,E}
+mutable struct SCCNonlinearProblem{P, E}
466
probs::P
467
explictfuns!::E
468
end
0 commit comments