Skip to content
Snippets Groups Projects
Commit e46524f0 authored by Ruth Sabariego's avatar Ruth Sabariego
Browse files

error compilation: function arguments must be different

parent 54b31f09
No related branches found
No related tags found
No related merge requests found
#include "gmshElasticity.h"
extern double inv3x3 (double a[3][3], double a[3][3]);
extern double inv3x3 (double a[3][3], double b[3][3]);
void gmshElasticityTerm::elementMatrix(MElement *e, Double_Matrix & m) const
{
......
#include "gmshLaplace.h"
extern double inv3x3 (double a[3][3], double a[3][3]);
extern double inv3x3 (double a[3][3], double b[3][3]);
void gmshLaplaceTerm::elementMatrix(MElement *e, Double_Matrix & m) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment