//
//
// File author(s): <Julian Andres Garcia Grajales>, (C) 2014
//
// Copyright: this software is licenced under the terms stipulated in the license.txt file located in its root directory
//
//
#include "neurite.h"
#include "configuration.h"
#ifndef _mechanical_H_
#define _mechanical_H_
extern void calculate_epsilon_macro(TYPE &epsilon_axial_membrane_t, TYPE &epsilon_macro_t);
#endif