hp2FEM  0.1
include/symbolicanalyzer/SymbolicParse.h
00001 #ifndef _SYMBOLICPARSE_H_
00002 #define _SYMBOLICPARSE_H_
00003 
00004 
00005 /*      Declaring functions used to the symbolic parse. */
00006 void StrToLowerCase(char*);
00007 void _parse_by_terminal();
00008 void _parse_eval(char*, char*, double*);
00009 
00010 #endif /*       _SYMBOLICPARSE_H_       */
 All Classes Files Functions Variables Typedefs Friends Defines