Overview
Comment:Close the file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: c55749f0e90d4080fe9912ba1ef2752138784680c5fa0b3cbeb7c9547e163339
User & Date: gawthrop@users.sourceforge.net on 2000-11-12 17:16:09
Other Links: branch diff | manifest | tags
Context
2000-11-12
17:18:30
Changed ' to " check-in: 72b11d5521 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:16:09
Close the file check-in: c55749f0e9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:10:51
Close file if it is opened
Reformated octave style
check-in: b2c963fd73 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/m/mtt_save_alias.m from [f803bfd8d0] to [85981ff6a1].

13
14
15
16
17
18
19
20

21
13
14
15
16
17
18
19

20
21







-
+

  ## ############################################################### ## $Id:
  ## mtt_info.m,v 1.2 1997/02/11 10:06:42 peterg Exp peterg $ ## $Log:
  ## mtt_info.m,v $ ## Revision 1.2  1997/02/11 10:06:42  peterg ##
  ## ###############################################################

  fileid = fopen('mtt_aliased.txt','a');
  fprintf(fileid, "%s\t%s\n", arg,system_name);

  fclose(fileid);
endfunction


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]