mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Removing some old commented lines from when I was figuring out the fortran interfacing.
This commit is contained in:
parent
6d0ba53436
commit
4358aac6ca
1 changed files with 0 additions and 4 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue