Skip to content

Commit

Permalink
remove some unused strings from Fortran interfaces (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jan 14, 2025
1 parent 9b2abe6 commit aeef432
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions unit_test/test_aprox_rates/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ void main_main ()
// for C++
plot_t vars;

// for F90
Vector<std::string> varnames;

// C++ test
vars = init_variables();

Expand Down
3 changes: 0 additions & 3 deletions unit_test/test_conductivity/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ void main_main ()
// for C++
plot_t vars;

// for F90
Vector<std::string> varnames;

// C++ test
vars = init_variables();

Expand Down

0 comments on commit aeef432

Please sign in to comment.