From 4358aac6ca8f4430a90bfa47dd15e5a7eb3f8764 Mon Sep 17 00:00:00 2001 From: shriwise Date: Thu, 6 Sep 2018 16:55:55 -0500 Subject: [PATCH] Removing some old commented lines from when I was figuring out the fortran interfacing. --- include/openmc/surface.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/openmc/surface.h b/include/openmc/surface.h index f28ad28b7..7a1181719 100644 --- a/include/openmc/surface.h +++ b/include/openmc/surface.h @@ -415,10 +415,6 @@ extern "C" { int surface_bc(Surface* surf); bool surface_sense(Surface* surf, double xyz[3], double uvw[3]); void surface_reflect(Surface* surf, double xyz[3], double uvw[3]); - /* double surface_distance(Surface* surf, double xyz[3], double uvw[3], */ - /* bool coincident); */ - /* void surface_normal(Surface* surf, double xyz[3], double uvw[3]); */ - /* void surface_to_hdf5(CSGSurface* surf, hid_t group); */ int surface_i_periodic(PeriodicSurface* surf); bool surface_periodic(PeriodicSurface* surf, PeriodicSurface* other, double xyz[3], double uvw[3]);