Changeset 9337
- Timestamp:
- 08/12/11 16:12:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
r9336 r9337 42 42 * distributed_values with the next qmu_npart variables: */ 43 43 44 memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char)); 44 //memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char)); 45 strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0'; 45 46 *strstr(root,"_")='\0'; 46 47
Note:
See TracChangeset
for help on using the changeset viewer.