Skip to content

Commit 361781a

Browse files
author
Charles PIGNEROL
committed
Version 7.10.1. Support of I-DEAS type 11 cell (edge).
1 parent ab80057 commit 361781a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (LIMA_MAJOR_VERSION "7")
66
set (LIMA_MINOR_VERSION "10")
7-
set (LIMA_RELEASE_VERSION "0")
7+
set (LIMA_RELEASE_VERSION "1")
88
set (LIMA_VERSION ${LIMA_MAJOR_VERSION}.${LIMA_MINOR_VERSION}.${LIMA_RELEASE_VERSION})
99

1010

src/Lima/reader_ideas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ _ReaderIdeas::lire_dataset_elements(FILE* fp, // pointeur de fichier
354354

355355
// Lecture des noeuds
356356
switch(type_element){
357+
case 11: // v 7.10.1
357358
case 21:
358359
{
359360
/* bras, saut d'une ligne */

0 commit comments

Comments
 (0)