Skip to content

Commit

Permalink
Remove merge HEAD>>>>> stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hjabird committed Jan 23, 2019
1 parent 8ed29d2 commit f604f36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/bench_gaussian.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@

int main(int argc, char* argv[])
{
<<<<<<< HEAD
double factor = sqrt(2.), ms_correction = 1000. / (double)CLOCKS_PER_SEC;
=======
double factor = sqrt(2.);
>>>>>>> 6177bccbffac77218d9ccb40c27c72d4b16709ef
long testsize = 8, this_testsize, repeats = 3, i, power;
clock_t s, e, tvel, tdvort, tvdvort;
tvel = 99999999;
Expand Down

0 comments on commit f604f36

Please sign in to comment.