Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
8aed7db8
Commit
8aed7db8
authored
Nov 02, 2017
by
lhausamm
Browse files
Removing compilation errors
parent
deea5b13
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8aed7db8
...
...
@@ -466,6 +466,7 @@ AC_ARG_WITH([grackle],
[with_grackle="no"]
)
if test "x$with_grackle" != "xno"; then
AC_PROG_FC
AC_FC_LIBRARY_LDFLAGS
if test "x$with_grackle" != "xyes" -a "x$with_grackle" != "x"; then
GRACKLE_LIBS="-L$with_grackle/lib -lgrackle $FCLIBS"
...
...
src/hydro/Gadget2/hydro_part.h
View file @
8aed7db8
...
...
@@ -45,9 +45,6 @@ struct xpart {
/* Velocity at the last full step. */
float
v_full
[
3
];
/* Radiated energy */
float
e_radcool
;
/* Entropy at the last full step. */
float
entropy_full
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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