Skip to content

Commit

Permalink
Update Examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision authored Jul 14, 2020
1 parent e85d73c commit cdb1978
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ call h5f%finalize(ierr)

## create temporary "scratch" file

Analogous to regular Fortran `open(status='scratch')`, the file created will attempt to be delted.
A distinction is that filename (not full path, just name) must be specified:
Analogous to regular Fortran `open(status='scratch')`, the file created will attempt to be deleted.
A distinction is that filename (or full path) must be specified.
If the full path is not specified, the system temporary directory will be used if found.
Otherwise, the current working directory + filename will be used.

```sh
call h5%initialize('orbits.h5', status='scratch')
Expand Down

0 comments on commit cdb1978

Please sign in to comment.