Changeset 9339
- Timestamp:
- 08/12/11 16:34:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
r9337 r9339 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));45 strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0';44 //strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0'; 45 memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char)); 46 46 *strstr(root,"_")='\0'; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.