Skip to content

Commit ae95b88

Browse files
Format files
Co-authored-by: Marcel Koch <[email protected]>
1 parent 0d6d5da commit ae95b88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

reference/test/solver/minres_kernels.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3030
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
******************************<GINKGO LICENSE>*******************************/
3232

33-
3433
#include <ginkgo/core/solver/minres.hpp>
3534

3635

test/solver/minres_kernels.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ class Minres : public ::testing::Test {
206206
std::unique_ptr<gko::Array<gko::stopping_status>> d_stop_status;
207207
};
208208

209+
209210
TEST_F(Minres, MinresInitializeIsEquivalentToRef)
210211
{
211212
initialize_data();
@@ -241,6 +242,7 @@ TEST_F(Minres, MinresInitializeIsEquivalentToRef)
241242
GKO_ASSERT_ARRAY_EQ(*d_stop_status, *stop_status);
242243
}
243244

245+
244246
TEST_F(Minres, MinresStep1IsEquivalentToStep1)
245247
{
246248
initialize_data();

0 commit comments

Comments
 (0)