Skip to content

Commit

Permalink
add empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
afraz-ahmed committed Jul 17, 2023
1 parent e5c3a75 commit 103f251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _replacement_cmd = "sed -i 's/^GENCODE.*/%s/' Makefile" % _replacement_string
build_cmd = 'cd src/source && '
build_cmd += '%s && ' % _replacement_cmd
build_cmd += 'make -j %(parallel)s && '
build_cmd += 'cd ../../src_mphase/DSPH_v5.0_NNewtonian/source &&'
build_cmd += 'cd ../../src_mphase/DSPH_v5.0_NNewtonian/source && '
build_cmd += '%s && ' % _replacement_cmd
build_cmd += 'make'

Expand Down

0 comments on commit 103f251

Please sign in to comment.