Skip to content

Commit

Permalink
[Test] Remove unused files from test_problems directory
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 14, 2016
1 parent 0d241fd commit 5861bc1
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 8,793 deletions.
228 changes: 0 additions & 228 deletions test_problems/ChemEquil_ionizedGas/air_below6000K.xml

This file was deleted.

2 changes: 1 addition & 1 deletion test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int main(int argc, char** argv)
#endif
try {
suppress_deprecation_warnings();
IdealGasPhase* gas = new IdealGasMix("air_below6000K.xml","air_below6000K");
IdealGasPhase* gas = new IdealGasMix("air_below6000K.cti","air_below6000K");

vector_fp IndVar2(6, 0.0);
IndVar2[0] = 1.5E5;
Expand Down
Loading

0 comments on commit 5861bc1

Please sign in to comment.