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.
Changeset 5171 for branches – NEMO

Changeset 5171 for branches


Ignore:
Timestamp:
2015-03-25T10:49:24+01:00 (9 years ago)
Author:
pabouttier
Message:

Remove star character to avoid C-style comments inside fortran comments; See Ticket #1501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/EXTERNAL/XMLF90/src/xpath/m_path.f90

    r2281 r5171  
    532532! //radfunc/data 
    533533! //data 
    534 ! //*/vps/data 
    535 ! //job//data       
    536 ! //* 
     534! ///vps/data 
     535! //job//data 
     536! // 
    537537! 
    538538integer :: len_target, len_path, pos_target, pos_path 
     
    562562      search_anchor : do 
    563563         pos_target = index(ptarget(1:len_target-1),"/",back=.true.) 
    564          if (pos_target == 1) then ! Target begins by /.//  
     564         if (pos_target == 1) then ! Target begins by /.// 
    565565            res_match = .true. 
    566566            return 
Note: See TracChangeset for help on using the changeset viewer.