On Thu, 25 Nov 2010, robert wrote:

When I try to compile this I get the following error message: error:
expected type-specifier before ‘(’ token which I don't understand
because in my opinien I specified the types.

Make sure you're not missing an include file; that would be the
easiest way to end up with a type that's known to you but not your
compiler.

Line numbers are important.  There are a hundred open-parentheses in
your code; guessing where a bug is is futile unless you first figure
out *which* '(' is preceded by an unrecognized type.

However, I am not ever sure if I can use this to get where I want.

Sorry I missed your earlier Forum post - as I just said there;
MeshFunction will do what you want but there are more efficient things
to do depending on what extra context you have in your code.
---
Roy
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to