Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
02d48101
Commit
02d48101
authored
Dec 02, 2015
by
Espen Sollum
Browse files
Deleted unused variable
parent
72167076
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/makefile
View file @
02d48101
...
...
@@ -48,8 +48,7 @@ ifeq ($(gcc), 4.9)
INCPATH1
=
${ROOT_DIR}
/gcc-4.9.1/include
INCPATH2
=
${ROOT_DIR}
/include
LIBPATH1
=
${ROOT_DIR}
/lib
# LIBPATH2 = ${ROOT_DIR}/gcc-4.9.1/lib
# LIBPATH2 = /lib
else
# Default: System libraries at NILU, gfortran v4.6
F90
=
/usr/bin/gfortran
...
...
@@ -58,7 +57,6 @@ else
INCPATH1
=
/xnilu_wrk/flex_wrk/bin64/grib_api/include
INCPATH2
=
/usr/include
LIBPATH1
=
/xnilu_wrk/flex_wrk/bin64/grib_api/lib
# LIBPATH2 = /usr/lib/x86_64-linux-gnu
endif
...
...
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