Skip to content

Commit

Permalink
Fix easicube
Browse files Browse the repository at this point in the history
  • Loading branch information
uphoffc committed Nov 25, 2019
1 parent e9bd048 commit 0f4cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/easicube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(int argc, char** argv)
auto supplied = model->suppliedParameters();
parameters = std::vector<std::string>(supplied.begin(), supplied.end());
}
easi::ArraysAdapter adapter;
easi::ArraysAdapter<> adapter;
std::vector<std::vector<double>> material(parameters.size());
auto it = material.begin();
for (auto const& p : parameters) {
Expand Down

0 comments on commit 0f4cd1f

Please sign in to comment.