- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage ¶
- Property svn:ignore
-
TabularUnified
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
TabularUnified issm/branches/trunk-jpl-damage/src/c/modules/MeshPartitionx/MeshPartitionx.cpp ¶
r12878 r13101 51 51 for (i=0;i<numberofnodes;i++) npart[i]=0; 52 52 } 53 else _error 2_("At least one processor is required");53 else _error_("At least one processor is required"); 54 54 } 55 55 else{ … … 78 78 for (i=0;i<numberofnodes2d;i++) npart2d[i]=0; 79 79 } 80 else _error 2_("At least one processor is required");80 else _error_("At least one processor is required"); 81 81 82 82 /*Extrude epart2d to epart, using numlayers: */
Note:
See TracChangeset
for help on using the changeset viewer.