Skip to content

Commit

Permalink
Remove now redundant gsl_spline_vec_unit
Browse files Browse the repository at this point in the history
Replaced by CppUnit version
  • Loading branch information
pbauman committed Sep 4, 2015
1 parent 1e3f3e4 commit f5b0d21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 218 deletions.
3 changes: 0 additions & 3 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ check_PROGRAMS += molecular_binary_diffusion_unit
check_PROGRAMS += molecular_binary_diffusion_vec_unit
check_PROGRAMS += kinetics_theory_viscosity_unit
check_PROGRAMS += kinetics_theory_viscosity_vec_unit
check_PROGRAMS += gsl_spline_vec_unit
check_PROGRAMS += Stockmayer_unit

# Eigen Tests
Expand Down Expand Up @@ -181,7 +180,6 @@ molecular_binary_diffusion_unit_SOURCES = molecular_binary_diffusion_unit.C
molecular_binary_diffusion_vec_unit_SOURCES = molecular_binary_diffusion_vec_unit.C
kinetics_theory_viscosity_unit_SOURCES = kinetics_theory_viscosity_unit.C
kinetics_theory_viscosity_vec_unit_SOURCES = kinetics_theory_viscosity_vec_unit.C
gsl_spline_vec_unit_SOURCES = gsl_spline_vec_unit.C
ideal_gas_micro_thermo_unit_SOURCES = ideal_gas_micro_thermo_unit.C
Stockmayer_unit_SOURCES = Stockmayer_unit.C

Expand Down Expand Up @@ -260,7 +258,6 @@ TESTS += molecular_binary_diffusion_unit
TESTS += molecular_binary_diffusion_vec_unit
TESTS += kinetics_theory_viscosity_unit
TESTS += kinetics_theory_viscosity_vec_unit
TESTS += gsl_spline_vec_unit
TESTS += Stockmayer_unit


Expand Down
215 changes: 0 additions & 215 deletions test/gsl_spline_vec_unit.C

This file was deleted.

0 comments on commit f5b0d21

Please sign in to comment.