Changeset 2064
- Timestamp:
- 09/01/09 14:15:01 (15 years ago)
- Location:
- issm/trunk/src/c/toolkits/petsc/patches
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsDetermineSolverType.cpp
r2042 r2064 45 45 46 46 /*The list of options is going to be pairs of the type "-option option_value"*/ 47 PetscToken token=NULL;47 PetscToken *token=NULL; 48 48 char* first=NULL; 49 49 char* second=NULL; -
issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsInsertMultipleString.cpp
r2042 r2064 25 25 26 26 /*The list of options is going to be pairs of the type "-option option_value"*/ 27 PetscToken token=NULL;27 PetscToken *token=NULL; 28 28 char* first=NULL; 29 29 char* second=NULL;
Note:
See TracChangeset
for help on using the changeset viewer.