Changeset 17806 for issm/trunk/src/c/toolkits/petsc/patches
- Timestamp:
- 04/22/14 10:39:19 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16565-17015,17017-17381,17383-17422,17424-17619,17621-17657,17659-17672,17674-17801,17804
- Property svn:mergeinfo changed
-
issm/trunk/src ¶
- Property svn:mergeinfo changed
-
issm/trunk/src/c ¶
- Property svn:ignore
-
TabularUnified
old new 16 16 .deps 17 17 .dirstamp 18 .libs
-
- Property svn:ignore
-
issm/trunk/src/c/toolkits/petsc/patches ¶
- Property svn:ignore
-
TabularUnified
old new 1 *.obj 1 2 .deps 2 3 .dirstamp
-
- Property svn:ignore
-
TabularUnified issm/trunk/src/c/toolkits/petsc/patches/NewVec.cpp ¶
r16137 r17806 33 33 34 34 VecCreate(comm,&vector); 35 36 35 VecSetSizes(vector,local_size,PETSC_DECIDE); 37 36 VecSetFromOptions(vector); 38 37 39 /*fill with 0: */40 VecSet(vector,0.0);41 42 38 return vector; 43 39 }
Note:
See TracChangeset
for help on using the changeset viewer.