Skip to content

Commit

Permalink
Version 7.10.1. Support of I-DEAS type 11 cell (edge).
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles PIGNEROL committed May 7, 2024
1 parent ab80057 commit 361781a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (LIMA_MAJOR_VERSION "7")
set (LIMA_MINOR_VERSION "10")
set (LIMA_RELEASE_VERSION "0")
set (LIMA_RELEASE_VERSION "1")
set (LIMA_VERSION ${LIMA_MAJOR_VERSION}.${LIMA_MINOR_VERSION}.${LIMA_RELEASE_VERSION})


1 change: 1 addition & 0 deletions src/Lima/reader_ideas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ _ReaderIdeas::lire_dataset_elements(FILE* fp, // pointeur de fichier

// Lecture des noeuds
switch(type_element){
case 11: // v 7.10.1
case 21:
{
/* bras, saut d'une ligne */
Expand Down

0 comments on commit 361781a

Please sign in to comment.