Skip to content
Snippets Groups Projects

params/mirrors cleaning + usable test suite (issues #11 and #10)

Merged Boman Romain requested to merge testsuite into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -3,9 +3,10 @@
using namespace mirrors;
ANSYSSolution::ANSYSSolution(mirrors::Problem &pbl, std::string _solution_type,
std::string _solution_name,
std::string _solution_file) :
ANSYSSolution::ANSYSSolution(mirrors::Problem &pbl,
std::string const &_solution_type,
std::string const &_solution_name,
std::string const &_solution_file) :
solution_type(_solution_type),
solution_file(_solution_file),
solution_name(_solution_name)
Loading