Line-of-sight output along the z-axis
Merge request reports
Activity
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Stuart McAlpine
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Stuart McAlpine
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
Also, it does not compile:
line_of_sight.c: In function 'print_los_info': line_of_sight.c:102:64: error: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t {aka long unsigned int}' [-Werror=format=] printf("[LOS %i] Xpos:%g Ypos:%g particles_in_los_total:%lld\n", i, ~~~^ %ld Los[i].Xpos, Los[i].Ypos, Los[i].particles_in_los_total); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ line_of_sight.c: In function 'do_line_of_sight': line_of_sight.c:210:37: error: variable 'LOS_particles_total' set but not used [-Werror=unused-but-set-variable] struct line_of_sight_particles *LOS_particles_total; ^~~~~~~~~~~~~~~~~~~
added 55 commits
-
af8ea453...419a58fa - 54 commits from branch
master
- a59456df - Merge branch 'master' into 'line_of_sight'
-
af8ea453...419a58fa - 54 commits from branch
added 64 commits
-
f6d4994b...87d83f8f - 63 commits from branch
master
- 4ca05ff0 - Merge branch 'master' into 'line_of_sight'
-
f6d4994b...87d83f8f - 63 commits from branch
Please register or sign in to reply