// GetDP - Copyright (C) 1997-2018 P. Dular and C. Geuzaine, University of Liege // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <getdp@onelab.info>. #ifndef _GENERATE_NETWORK_H_ #define _GENERATE_NETWORK_H_ #include "ProData.h" struct ConstraintActive * Generate_Network(char *Name, List_T * ConstraintPerRegion_L); #endif