TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FORTRAN subroutine for rotation of three-dimensional line figures (1970) [pdf]

14 pointsby dylanrwabout 10 years ago

2 comments

thearn4about 10 years ago
It's nice to see a Fortran code this old factored and presented properly as a subroutine! Other legacy Fotran codes are not very modular (at least this has been my experience).
评论 #9397377 未加载
walshemjabout 10 years ago
An example of really bad use of statement labels - the convention I was taught was to use 7000 and 8000 for input and output (format statements) and to use 6000 for goto&#x27;s<p>Start at 6000 and go up in increments of 10 or 100 and to use 6999 for the last label in a routine.<p>so when you wanted to exist a subroutine or function you would use GOTO 6999.
评论 #9397747 未加载