Skip to content

Commit

Permalink
Reduce length of comment to comply with Fortran standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Nov 6, 2013
1 parent f58d44d commit 647a9aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dom/m_dom_dom.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9717,7 +9717,8 @@ subroutine setAttributeNS(arg, namespaceURI, qualifiedname, value, ex)
endif
endif

! FIXME what if namespace is undeclared? Throw an error *only* if FoX_errors is on, otherwise its taken care of by namespace fixup on serialization
! FIXME what if namespace is undeclared? Throw an error *only* if FoX_errors is
! on, otherwise its taken care of by namespace fixup on serialization

quickFix = getGCstate(getOwnerDocument(arg)) &
.and. arg%inDocument
Expand Down

0 comments on commit 647a9aa

Please sign in to comment.