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 branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLF90/src/dom – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLF90/src/dom/flib_dom.f90 @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
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.