FEM: Updated fix to constraint displacement reference deletion, update hide show, remove custom input writer, update vertice, edge, face selection.

This commit is contained in:
vginkeo
2016-02-17 09:13:47 +02:00
committed by Yorik van Havre
parent 2dca1ffc39
commit ac4d466443
17 changed files with 109 additions and 129 deletions

View File

@@ -109,7 +109,10 @@ typedef unsigned int flex_uint32_t;
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
# ifdef YY_NULL
# undef YY_NULL
# define YY_NULL 0
# endif
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
@@ -686,7 +689,7 @@ static int input (void );
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int n; \
unsigned int n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \