source: issm/oecreview/Archive/20545-21336/ISSM-20979-20980.diff@ 21337

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
  • ../trunk-jpl/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp

     
    7171                        iomodel->FindConstant(&numlayers,"md.mesh.numberoflayers");
    7272                        break;
    7373                default:
    74                         _error_("mesh not supported yet");
     74                        _error_("mesh elements "<< EnumToStringx(iomodel->meshelementtype) <<" not supported yet");
    7575        }
    7676
    7777        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.