Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
812 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp (revision 20979)
|
---|
| 4 | +++ ../trunk-jpl/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp (revision 20980)
|
---|
| 5 | @@ -71,7 +71,7 @@
|
---|
| 6 | iomodel->FindConstant(&numlayers,"md.mesh.numberoflayers");
|
---|
| 7 | break;
|
---|
| 8 | default:
|
---|
| 9 | - _error_("mesh not supported yet");
|
---|
| 10 | + _error_("mesh elements "<< EnumToStringx(iomodel->meshelementtype) <<" not supported yet");
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | MeshPartitionx(&epart,&npart,iomodel->numberofelements,iomodel->numberofvertices,iomodel->elements,numberofelements2d,numberofvertices2d,elements2d,numlayers,elements_width,iomodel->meshelementtype,num_procs);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.