Lynn McGuire
unread,Nov 5, 2022, 4:17:05 PM11/5/22You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In converting my F77 code to C++, I am wondering how to do implied do
loops on write statements in C / C++ ?
write (oufile, 54555) (xyz (i), i = 1, ncp)
54555 format ('xyz=', (1x, g14.7), /)
Thanks,
Lynn