⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fmt_read.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! { dg-do run }! pr18398, missing data on sequential formatted reads! test contributed by Thomas.Koenig@online.de      open(7,status='scratch')      write (7,'(F12.5)') 1.0, 2.0, 3.0      rewind(7)      read(7,'(F15.5)') a,b!   note the read format is wider than the write      if (abs(a-1.0) .gt. 1e-5) call abort      if (abs(b-2.0) .gt. 1e-5) call abort      end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -