diff --git a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H index 86b65a8215dd504ec873d1de37595829f7faec48..2b13f8231c3dbd0aeb4957503727ffe31942e552 100644 --- a/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H +++ b/src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H @@ -57,13 +57,15 @@ class shifted scalar e_at_rCut_; +<<<<<<< HEAD:src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H +======= +>>>>>>> fixed missing public: in src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H:src/lagrangian/molecularDynamics/potential/energyScalingFunction/derived/shifted/shifted.H public: //- Runtime type information TypeName("shifted"); - // Constructors //- Construct from components diff --git a/wmake/rules/linux64Gcc/dirToString b/wmake/rules/linux64Gcc/dirToString index 1f9e9266a6afac14ad47fa6507d0a988cbf31bbd..378952a925d94d428dde8f2bd018e86f47986038 100755 Binary files a/wmake/rules/linux64Gcc/dirToString and b/wmake/rules/linux64Gcc/dirToString differ diff --git a/wmake/rules/linux64Gcc/wmkdep b/wmake/rules/linux64Gcc/wmkdep index 002e73dea8fc1318429203a4d6982765c3e6f01b..6ce155708a62861114fad7450a16fc04509e119a 100755 Binary files a/wmake/rules/linux64Gcc/wmkdep and b/wmake/rules/linux64Gcc/wmkdep differ diff --git a/wmake/src/lex.yy.c b/wmake/src/lex.yy.c index f9381dc27bff977d7b78adc49b1b784b43105320..6ed6f7c7fcf20495469e9af13bd8e7ac71db41fa 100644 --- a/wmake/src/lex.yy.c +++ b/wmake/src/lex.yy.c @@ -342,9 +342,6 @@ FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern int yylineno; - -int yylineno = 1; - extern char *yytext; #define yytext_ptr yytext @@ -788,7 +785,7 @@ void importDirectory(const char* dirName); # undef yywrap /* sometimes a macro by default */ -#line 792 "lex.yy.c" +#line 789 "lex.yy.c" #define INITIAL 0 #define CMNT 1 @@ -952,7 +949,7 @@ YY_DECL #line 60 "wmkdep.l" -#line 956 "lex.yy.c" +#line 953 "lex.yy.c" if ( !(yy_init) ) { @@ -1135,7 +1132,7 @@ YY_RULE_SETUP #line 86 "wmkdep.l" ECHO; YY_BREAK -#line 1139 "lex.yy.c" +#line 1136 "lex.yy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(CMNT): case YY_STATE_EOF(CFNAME): @@ -1953,15 +1950,6 @@ static void yy_fatal_error (yyconst char* msg ) /* Accessor methods (get/set functions) to struct members. */ -/** Get the current line number. - * - */ -int yyget_lineno (void) -{ - - return yylineno; -} - /** Get the input stream. * */ @@ -1995,16 +1983,6 @@ char *yyget_text (void) return yytext; } -/** Set the current line number. - * @param line_number - * - */ -void yyset_lineno (int line_number ) -{ - - yylineno = line_number; -} - /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream.