In the meantime, I will try to find the rev at which this starts happening.

On 3/14/11 12:23 PM, Roy Stogner wrote:
>
> Hell, that simple???? I'll check it out ASAP.
>
> Thanks,
> ---
> Roy
>
> On Mon, 14 Mar 2011, Boyce Griffith wrote:
>
>> Here is an example that triggers this error:
>>
>> #include <mesh.h>
>> #include <mesh_generation.h>
>> #include <string_to_enum.h>
>> int main(int argc, char* argv[])
>> {
>> LibMeshInit init(argc, argv);
>> Mesh mesh(2);
>> std::string elem_type = "QUAD4";
>> MeshTools::Generation::build_square(
>> mesh,
>> 1, 1,
>> 0.0, 1.0,
>> 0.0, 1.0,
>> Utility::string_to_enum<ElemType>(elem_type));
>> return 0;
>> }
>>
>> -- Boyce
>>
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to