Changeset 1076 for trunk/src/update_imadoc.m
- Timestamp:
- Jan 24, 2020, 8:26:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/update_imadoc.m
r1071 r1076 31 31 testappend=0; 32 32 %% backup the output file if it already exist, and read it 33 if exist(outputfile,'file') ;%=1 if the output file already exists, 0 else33 if exist(outputfile,'file')%=1 if the output file already exists, 0 else 34 34 testappend=1; 35 35 backupfile=outputfile;
Note: See TracChangeset
for help on using the changeset viewer.