Changeset 18746


Ignore:
Timestamp:
11/06/14 10:05:08 (10 years ago)
Author:
bdef
Message:

CHG: changing naming of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/paraview/enveloppeVTK.m

    r18513 r18746  
    6060        timestep=step;
    6161
    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+');
    6363        fprintf(fid,'# vtk DataFile Version 2.0 \n');
    6464        fprintf(fid,'Data for run %s \n',model.miscellaneous.name);
Note: See TracChangeset for help on using the changeset viewer.