Skip to content

Commit

Permalink
fix: added #include needed from last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Dec 15, 2021
1 parent d3034df commit 561f6f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/disk2square.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static const char RCSid[] = "$Id: disk2square.c,v 3.5 2021/12/15 01:38:50 greg Exp $";
static const char RCSid[] = "$Id: disk2square.c,v 3.6 2021/12/15 01:39:52 greg Exp $";
#endif
/*
* Disk2Square.c
Expand All @@ -13,6 +13,7 @@ static const char RCSid[] = "$Id: disk2square.c,v 3.5 2021/12/15 01:38:50 greg E

#define _USE_MATH_DEFINES
#include <math.h>
#include "fvect.h"

/*
This transforms points on [0,1]^2 to points on unit disk centered at
Expand Down

0 comments on commit 561f6f5

Please sign in to comment.