Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fortran90初心者です。現在、fortran コードを学習しようとしていますが、書き込み形式の説明が明確ではありません。
書き込み ( *, '(2x,i4,2x,g14.6,2x,14x,2x,g14.6)' ) 0, unew_norm, エラー
誰かが私に何かが何'(2x,i4,2x,g14.6,2x,14x,2x,g14.6)'を意味するのか説明できますか.
'(2x,i4,2x,g14.6,2x,14x,2x,g14.6)'
ダミーのことを教えてくれるととてもいいです。
一番