andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
58 stars 50 forks source link

Reduce length of comment to comply with Fortran standard. #33

Closed paulromano closed 10 years ago

paulromano commented 10 years ago

If you compile FoX_dom with the Intel compiler, it throws a warning on m_dom_dom.F90 that the length of a line exceeds that allowed by the Fortran standard (132 characters). This pull request breaks up that comment over two lines to get rid of that warning.

ifort -std08 -c m_dom_dom.F90
m_dom_dom.F90(9720): warning #5268: Extension to standard: The text exceeds right hand column allowed on the line.
! 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
------------------------------------------------------------------------------------------------------------------------------------^