MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
edges.hh
1 #ifndef EDGES_H
2 #define EDGES_H
3 
4 void makeEdgeStruts(int ***, int, double **, int **, bool);
5 
6 #endif
void makeEdgeStruts(int ***amat, int sv, double **vert, int **vinc, bool report)
Definition: edges.cc:17