reading ".csv" data files

reading ".csv" data files

durisinm's picture

This is a continuation of a thread from the original forum.

I've noticed that any code I post always has the indenting stripped out of it, but that code posted by some others doesn't have this problem. Why is that, and how does one post code with the indentation intact?

Mike Durisin

3 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Steve Lionel (Intel)'s picture

This forum uses entirely different software. I'm not yet familiar enough with it to see how it works. Try it and see.

Steve
Steve Lionel (Intel)'s picture

Let's try some sample code using the HTML

tag:

DO I = 1, 10 WRITE (*,"(1X,I)") I END DO

Hmm - looks like "standard HTML" will do the trick. One needs to use < and > for < and >

Steve
Steve

Login to leave a comment.