Skip to content

Commit

Permalink
minor revision
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuang-pvamu committed Sep 26, 2018
1 parent ea6ccd7 commit fa18cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab3/pi_omp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ History: Written by Tim Mattson, 11/99.
#include <omp.h>
using namespace std;

static long num_steps = 100000000;
static long num_steps = 1000000000;
double step;
int main ()
{
Expand Down

0 comments on commit fa18cc0

Please sign in to comment.