From 5e7b354db2d0b1b61b038f27d3e6bef199cde076 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Tue, 30 Apr 2019 19:45:53 -0700 Subject: [PATCH] fix typo in 2d_short_handwritten.inp --- tests/grid/grids/abaqus/2d/2d_short_handwritten.inp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp b/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp index 290afdc04f..33a0d7f8d1 100644 --- a/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp +++ b/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp @@ -1,5 +1,5 @@ *HEADING -This file is the most simplest mesh that can +This file is the simplest mesh that can be written by hand. No space between values. No decimal points. It does not have a new line at the end of the last line. @@ -9,4 +9,4 @@ It does not have a new line at the end of the last line. 3,0,1 4,1,1 *ELEMENT, TYPE=CPE4, ELSET=EB0 -1,1,2,4,3 \ No newline at end of file +1,1,2,4,3 -- 2.39.5