/[ff3d]/ff3d/language/FFLexer.cpp
ViewVC logotype

Diff of /ff3d/language/FFLexer.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by delpinux, Tue Sep 30 19:41:55 2003 UTC revision 1.11 by delpinux, Sat Oct 18 16:05:28 2003 UTC
# Line 277  int FFLexer::isVariable(const std::strin Line 277  int FFLexer::isVariable(const std::strin
277        if ((*fflval.functionVariable).isSubscribed()) {        if ((*fflval.functionVariable).isSubscribed()) {
278          return VARUNKNOWNID;          return VARUNKNOWNID;
279        } else {        } else {
280          return VARFNCTID;          switch ((*static_cast<FunctionVariable&>(*v).expression()).type()) {
281            case FunctionExpression::fem: {
282              return VARFEMFNCTID;
283            }
284            default:
285              return VARFNCTID;
286            }
287        }        }
288      }      }
289      case (Variable::mesh): {      case (Variable::mesh): {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26