On 3/14/11 8:15 AM, Boyce Griffith wrote:
>
>
> On 3/14/11 1:15 AM, Roy Stogner wrote:
>>
>> reproduce it; if not then the only way to pin it down is for you to
>> binary-search back through the svn log. :-P
>
> I'll see what I can come up with.
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