File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -86,21 +86,32 @@ bool Solver::initialise() {
8686 info_.status = (Status)status;
8787 return true ;
8888 }
89+ logH_.printDevInfo (" LS clear\n " );
8990 LS_->clear ();
9091
92+ logH_.printDevInfo (" it append\n " );
9193 it_->data .append ();
9294
95+ logH_.printDevInfo (" check interrupt\n " );
9396 if (checkInterrupt ()) return true ;
9497
98+ logH_.printDevInfo (" max correctors\n " );
9599 // decide number of correctors to use
96100 maxCorrectors ();
97101
102+ logH_.printDevInfo (" startingpoint\n " );
98103 if (startingPoint ()) return true ;
99104
105+ logH_.printDevInfo (" residuals\n " );
100106 it_->residual1234 ();
107+
108+ logH_.printDevInfo (" mu\n " );
101109 it_->computeMu ();
110+
111+ logH_.printDevInfo (" indicators\n " );
102112 it_->indicators ();
103113
114+ logH_.printDevInfo (" output\n " );
104115 printOutput ();
105116
106117 if (checkInterrupt ()) return true ;
You can’t perform that action at this time.
0 commit comments