Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7216293

Browse files
ginkgo-botMarcelKoch
andcommittedFeb 23, 2022
Format files
Co-authored-by: Marcel Koch <[email protected]>
1 parent e12c6be commit 7216293

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)
Please sign in to comment.