Skip to content

Commit

Permalink
Expose rts through common interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby White authored and Toby White committed Mar 28, 2008
1 parent 3aac874 commit 67f0e83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/FoX_common.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module FoX_common

public :: FoX_version

public :: rts
public :: str
public :: operator(//)

Expand Down
2 changes: 1 addition & 1 deletion examples/sax_example_2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ subroutine endElement_handler(URI, localname, name)
inScalar = .false.
if (etolFound) then
! pull the data out of the concatenated string:
! etol = rts(vs_str(c))
call rts(str_vs(c), etol)
endif
elseif (URI=="http://www.xml-cml.org/schema" &
.and. localName=="parameter") then
Expand Down
1 change: 1 addition & 0 deletions sax/m_sax_parser.f90
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ end subroutine startEntity_handler
allocate(wf_stack(1))
wf_stack(1) = 0
fx%inIntSubset = .false.
extSubsetURI => null()
inExtSubset = .false.
processDTD = .true.
iostat = 0
Expand Down

0 comments on commit 67f0e83

Please sign in to comment.