# IAC Project Installation Information - DO NOT EDIT!
#
# Insert the following line into the iac_proj/iac_proj.v file
  "../iac_proj/catmull2/catmull2.v" Catmull_2;
# In the following iac_lib file
mappers.v
# insert the following line
  IAC_PROJ.Catmull_2.Catmull_2Macs.catmull_spline_2 catmull_spline_2;
  IAC_PROJ.Catmull_2.Catmull_2Macs.catmull_spline_fld_2 catmull_spline_fld_2;
# In the following iac_lib file
examples.v
# insert the following line
  IAC_PROJ.Catmull_2.Catmull_2Apps.CatmullSpline_2_2DEg CatmullSpline_2_2DEg;
  IAC_PROJ.Catmull_2.Catmull_2Apps.CatmullSpline_2_3DEg CatmullSpline_2_3DEg;
  IAC_PROJ.Catmull_2.Catmull_2Apps.PathSmoothing_2_Eg PathSmoothing_2_Eg;
  IAC_PROJ.Catmull_2.Catmull_2Apps.CatmullSplineFld_2_Eg CatmullSplineFld_2_Eg;
