Skip to content
Snippets Groups Projects

Feature/warning free

Merged Cristian Lalescu requested to merge feature/warning-free into develop
14 files
+ 55
65
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -43,7 +43,7 @@ class stokes_rhs: public abstract_particle_rhs
@@ -43,7 +43,7 @@ class stokes_rhs: public abstract_particle_rhs
public:
public:
stokes_rhs(){}
stokes_rhs(){}
~stokes_rhs(){}
~stokes_rhs(){}
const int getStateSize() const
int getStateSize() const
{
{
// 3 numbers for position
// 3 numbers for position
// // 9 numbers for components of deformation tensor // 3 numbers to store logarithmic factors
// // 9 numbers for components of deformation tensor // 3 numbers to store logarithmic factors
Loading