Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archives
dmm
Commits
b177cc6e
Commit
b177cc6e
authored
Dec 10, 2014
by
Houtan Bastani
Browse files
remove superfluous module usage
parent
ebc4d393
Changes
2
Hide whitespace changes
Inline
Side-by-side
checkdesign.for
View file @
b177cc6e
...
...
@@ -40,9 +40,6 @@ C -------------------------------------------------------------
USE dfwin
#endif
#else
#ifdef __GFORTRAN__
USE gfortran
#endif
USE ISO_C_BINDING
USE ISO_C_UTILITIES
USE DLFCN
...
...
recpr.for
View file @
b177cc6e
...
...
@@ -23,9 +23,6 @@ C You should have received a copy of the GNU General Public License
C along with DMM. If not, see <http://www.gnu.org/licenses/>.
C ------------------------------------------------------------------------
SUBROUTINE RECPR(N,NS,nobs,S,SW,PM,PTR)
#ifdef __GFORTRAN__
USE gfortran
#endif
! INPUT
INTEGER N,NS,nobs
INTEGER S(nobs),SW(2*nobs)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment