Write float arrays to a text file: Difference between revisions

(J was correct already)
Line 45:
Write_columns(X, Y);
end Write_Float_Array;
 
=={{header|Fortran}}==
 
=={{header|IDL}}==
Line 72 ⟶ 74:
 
This is fairly ugly and un-IDLish. For example one shouldn't just rely on x and y having the same size. And if data is output in human-readable form, it should probably be lined up more nicely. And if it really has to be in two-column format with x and y side by side, one might consider running ASCII_Template or some such instead of that ugly hand-formatting.
 
 
=={{header|J}}==
Anonymous user