Rev | Line | |
---|
[19102] | 1 | Index: ../trunk-jpl/src/m/contrib/paraview/exportVTK.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/contrib/paraview/exportVTK.m (revision 18840)
|
---|
| 4 | +++ ../trunk-jpl/src/m/contrib/paraview/exportVTK.m (revision 18841)
|
---|
| 5 | @@ -67,7 +67,7 @@
|
---|
| 6 |
|
---|
| 7 | timestep=step;
|
---|
| 8 |
|
---|
| 9 | - fid = fopen(strcat(path,filesep,name,filesep,name,'.vtk',int2str(timestep),'.vtk'),'w+');
|
---|
| 10 | + fid = fopen(strcat(path,filesep,name,filesep,'timestep.vtk',int2str(timestep),'.vtk'),'w+');
|
---|
| 11 | fprintf(fid,'# vtk DataFile Version 2.0 \n');
|
---|
| 12 | fprintf(fid,'Data for run %s \n',model.miscellaneous.name);
|
---|
| 13 | fprintf(fid,'ASCII \n');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.