aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.c
diff options
context:
space:
mode:
authorrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-02-26 18:11:20 +0000
committerrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-02-26 18:11:20 +0000
commit2fe53a06bb672a339eb43c6c3bb2d179354f309f (patch)
tree344b7a47d6d81f70232b2a90f8aad49a6478d9fe /src/Boundary.c
parente6380926897404db54254798d74865acb7e01801 (diff)
Move typedef for physical boundary condition function pointer to
header file, as it is now needed in typecasts when registering boundary conditions. Arguments to function pointers passed to function aliases must now be CCTK_ types. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@209 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/Boundary.c')
-rw-r--r--src/Boundary.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Boundary.c b/src/Boundary.c
index b4724c8..f190d19 100644
--- a/src/Boundary.c
+++ b/src/Boundary.c
@@ -29,9 +29,6 @@ CCTK_FILEVERSION(CactusBase_Boundary_Boundary_c);
********************************************************************/
/* #define DEBUG 1 */
-/* pointer to function which implements a physical boundary condition: */
-typedef int (*phys_bc_fn_ptr)(const cGH *, int, int *, int *, int *);
-
/* Linked list for holding variables selected for a bc:
* Entries are sorted in the order they appear in struct BCVAR,
* i.e. the var_index varies most rapidly, and bc_name least rapidly.