Skip to content
Snippets Groups Projects

Version 2.0.0

Merged Adrien Crovato requested to merge adrien into master
4 unresolved threads
12 files
+ 16
23
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 1
1
@@ -46,7 +46,7 @@ public:
public:
Adjoint(std::shared_ptr<Solver> _sol);
~Adjoint() { std::cout << "~Adjoint()\n"; }
virtual ~Adjoint() { std::cout << "~Adjoint()\n"; }
void run();
void save(int n, tbox::MshExport *mshWriter);
Loading