From e438e125b5786755574df3fcd6dac83f1b5a1597 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Wed, 25 Jan 2023 10:09:10 -0500 Subject: [PATCH] format --- src/trustRegion.jl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/trustRegion.jl b/src/trustRegion.jl index 90a19712e..b0b9640ca 100644 --- a/src/trustRegion.jl +++ b/src/trustRegion.jl @@ -174,17 +174,17 @@ mutable struct TrustRegionCache{iip, fType, algType, uType, resType, pType, jType, JC, floatType, trustType, suType, su2Type, tmpType} new{iip, fType, algType, uType, resType, pType, - INType, tolType, probType, ufType, L, jType, JC, floatType, - trustType, suType, su2Type, tmpType}(f, alg, u, fu, p, uf, linsolve, J, - jac_config, iter, force_stop, - maxiters, internalnorm, retcode, - abstol, prob, trust_r, max_trust_r, - step_threshold, shrink_threshold, - expand_threshold, shrink_factor, - expand_factor, loss, - loss_new, H, g, shrink_counter, - step_size, u_tmp, fu_new, - make_new_J, r) + INType, tolType, probType, ufType, L, jType, JC, floatType, + trustType, suType, su2Type, tmpType}(f, alg, u, fu, p, uf, linsolve, J, + jac_config, iter, force_stop, + maxiters, internalnorm, retcode, + abstol, prob, trust_r, max_trust_r, + step_threshold, shrink_threshold, + expand_threshold, shrink_factor, + expand_factor, loss, + loss_new, H, g, shrink_counter, + step_size, u_tmp, fu_new, + make_new_J, r) end end