MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
nodes.hh
1 #ifndef NODES_H
2 #define NODES_H
3 
4 void makeNodeStruts(int ***, int, int, int, double **, int **, bool);
5 
6 #endif
void makeNodeStruts(int ***amat, int sv, int incmax, int vmax, double **vert, int **vinc, bool report)
Definition: nodes.cc:19