Skip to content

Commit

Permalink
Update mg_redblack.c
Browse files Browse the repository at this point in the history
  • Loading branch information
xyxNancy committed Apr 27, 2016
1 parent 4a0ced7 commit dab628f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mg_redblack.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//multigrid with red-black iterations
#include "mg_serial.h"

void relax(double *phi, double *res, int lev, int niter, param_t p);
Expand Down Expand Up @@ -234,4 +235,4 @@ double GetResRoot(double *phi, double *res, int lev, param_t p)
}

return sqrt(ResRoot);
}
}

0 comments on commit dab628f

Please sign in to comment.