New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
flib_dom.f90 in vendors/XMLF90/current/src/dom – NEMO

source: vendors/XMLF90/current/src/dom/flib_dom.f90 @ 1899

Last change on this file since 1899 was 1899, checked in by flavoni, 14 years ago

importing XMLF90 vendor

File size: 245 bytes
Line 
1module flib_dom
2
3  use m_dom_types
4  use m_dom_namednodemap
5  use m_dom_nodelist
6  use m_dom_attribute
7  use m_dom_document
8  use m_dom_node
9  use m_dom_element
10  use m_dom_parse
11  use m_dom_utils
12
13  use m_strings
14
15  public
16
17end module flib_dom
Note: See TracBrowser for help on using the repository browser.