- Timestamp:
- 09/19/12 09:32:34 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12710-12871,12873-12877,12881-12896,12898-12900,12902-12916,12920-12935,12937-12945,12948-13100,13107-13110,13112-13116,13119-13393
- Property svn:ignore
-
issm/trunk/src
-
Property svn:mergeinfo
set to
/issm/branches/trunk-jpl-damage/src merged eligible /issm/trunk-jpl/src merged eligible
-
Property svn:mergeinfo
set to
-
issm/trunk/src/c/modules/ModelProcessorx/NodesPartitioning.cpp
r12706 r13395 10 10 11 11 #include <string.h> 12 #include "../../ objects/objects.h"12 #include "../../classes/objects/objects.h" 13 13 #include "../../shared/shared.h" 14 14 #include "../../EnumDefinitions/EnumDefinitions.h" … … 103 103 } 104 104 else{ 105 _error 2_("not implemented yet");105 _error_("not implemented yet"); 106 106 } 107 107 … … 111 111 iomodel->FetchData(&edges,&numberofedges,&cols,MeshEdgesEnum); 112 112 iomodel->FetchData(&elements,NULL,NULL,MeshElementsEnum); 113 if (cols!=4) _error 2_("field edges should have 4 columns");113 if (cols!=4) _error_("field edges should have 4 columns"); 114 114 115 115 /*!All elements have been partitioned above, only create elements for this CPU: */ … … 152 152 } 153 153 else{ 154 _error 2_("Problem in edges creation");154 _error_("Problem in edges creation"); 155 155 } 156 156 }
Note:
See TracChangeset
for help on using the changeset viewer.