Aug 2, 2005 #1 ahad29 Technical User Jul 24, 2005 2 US Is there a command to delete a row or column of an array in fortran? If not then what is the work-around for this. Thanks ahad
Is there a command to delete a row or column of an array in fortran? If not then what is the work-around for this. Thanks ahad
Aug 5, 2005 #2 xwb Programmer Jul 11, 2002 6,828 GB There are no vector type operations in fortran. If you wish do delete a row, then just write a do loop to move all the items up Upvote 0 Downvote
There are no vector type operations in fortran. If you wish do delete a row, then just write a do loop to move all the items up