Skip to content

Commit

Permalink
Add new geometries and shapes to egs++ Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet authored and ftessier committed Jan 30, 2020
1 parent 7246512 commit d20bc7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HEN_HOUSE/egs++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ geometry_libs = egs_planes egs_cd_geometry egs_gtransformed egs_nd_geometry \
egs_box egs_genvelope egs_spheres egs_cylinders egs_iplanes \
egs_cones egs_gstack egs_prism egs_union egs_pyramid egs_conez\
egs_space egs_elliptic_cylinders egs_smart_envelope \
egs_vhp_geometry egs_octree egs_roundrect_cylinders
egs_vhp_geometry egs_octree egs_roundrect_cylinders \
egs_rz egs_autoenvelope egs_glib

source_libs = egs_collimated_source egs_isotropic_source egs_parallel_beam \
egs_point_source egs_source_collection egs_transformed_source \
Expand All @@ -60,7 +61,7 @@ source_libs = egs_collimated_source egs_isotropic_source egs_parallel_beam \

shape_libs = egs_circle egs_ellipse egs_extended_shape egs_gaussian_shape \
egs_line_shape egs_polygon_shape egs_rectangle egs_shape_collection \
egs_voxelized_shape
egs_voxelized_shape egs_spherical_shell egs_conical_shell

aobject_libs = egs_track_scoring egs_dose_scoring egs_radiative_splitting egs_phsp_scoring

Expand Down

0 comments on commit d20bc7a

Please sign in to comment.