Browse Source

Added explicit template instance.

Former-commit-id: 1ffcf0e47f
tempestpy_adaptions
PBerger 10 years ago
parent
commit
c8e05f7137
  1. 1
      src/solver/TopologicalValueIterationNondeterministicLinearEquationSolver.cpp

1
src/solver/TopologicalValueIterationNondeterministicLinearEquationSolver.cpp

@ -462,5 +462,6 @@ namespace storm {
// Explicitly instantiate the solver. // Explicitly instantiate the solver.
template class TopologicalValueIterationNondeterministicLinearEquationSolver<double>; template class TopologicalValueIterationNondeterministicLinearEquationSolver<double>;
template class TopologicalValueIterationNondeterministicLinearEquationSolver<float>;
} // namespace solver } // namespace solver
} // namespace storm } // namespace storm
Loading…
Cancel
Save