Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python cleanup and new example #16

Merged
merged 13 commits into from
Nov 28, 2018
Prev Previous commit
Merge branch 'master' into master
  • Loading branch information
martinschwinzerl authored Nov 28, 2018
commit c777a2434228bc042d48b05bbbd9e1739e5de644
2 changes: 1 addition & 1 deletion examples/c99/track_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ int main( int argc, char* argv[] )

st_Track_all_particles_until_turn( particles, eb, NUM_TURNS );

double end_tracking_time = st_Time_get_seconds_since_epoch();
double end_tracking_time = st_Time_get_seconds_since_epoch();

printf( "time / particle / turn: %.3e\r\n"
"time total : %.3e\r\n",
Expand Down
1 change: 0 additions & 1 deletion examples/c99/track_io_opencl.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ int main( int argc, char* argv[] )
/* ********************************************************************* */

/*

if( st_Buffer_get_num_of_objects( io_buffer ) ==
( ( NUM_TURNS_IO_ELEM_BY_ELEM * st_Buffer_get_num_of_objects( eb ) ) +
( NUM_TURNS_IO_TURN_BY_TURN ) +
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.