Changeset 18746
- Timestamp:
- 11/06/14 10:05:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/paraview/enveloppeVTK.m
r18513 r18746 60 60 timestep=step; 61 61 62 fid = fopen(strcat(path,filesep,name,filesep, name,'.vtk',int2str(timestep),'.vtk'),'w+');62 fid = fopen(strcat(path,filesep,name,filesep,'timestep.vtk',int2str(timestep),'.vtk'),'w+'); 63 63 fprintf(fid,'# vtk DataFile Version 2.0 \n'); 64 64 fprintf(fid,'Data for run %s \n',model.miscellaneous.name);
Note:
See TracChangeset
for help on using the changeset viewer.