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
650104aa
Commit
650104aa
authored
Nov 03, 2017
by
lhausamm
Browse files
Remove printf and deal correclty with config.h
parent
c9672262
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
650104aa
...
...
@@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AUTOMAKE_OPTIONS
=
subdir-objects
# Add the debug flag to the whole thing
AM_CFLAGS
=
$(HDF5_CPPFLAGS)
...
...
src/cooling/grackle/grackle_wrapper.c
View file @
650104aa
...
...
@@ -158,7 +158,6 @@ int wrap_do_cooling(double rho, double *u, double dt, double Z, double a_now) {
return
0
;
}
// return updated chemistry and energy
for
(
int
i
=
0
;
i
<
FIELD_SIZE
;
i
++
)
{
u
[
i
]
=
energy
[
i
]
/
u_factor
;
...
...
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