Too much precision in sp version of add_array

Bug #1647377 reported by Alberto Garcia
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xmlf90
New
Undecided
Unassigned

Bug Description

We need this patch:
=== modified file 'Src/wxml/m_wxml_core.f90'
--- Src/wxml/m_wxml_core.f90 2016-10-20 19:24:56 +0000
+++ Src/wxml/m_wxml_core.f90 2016-12-05 08:10:22 +0000
@@ -465,7 +465,7 @@
       if (present(format)) then
          write(xf%lun,format) a
       else
- write(xf%lun,"(4(es20.12))") a
+ write(xf%lun,"(4(es20.7))") a
       endif
     end subroutine xml_AddArray_real_sp

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.