Question #680867 on Yade changed: https://answers.launchpad.net/yade/+question/680867
Anton Vereshchagin posted a new comment: $ cat /usr/include/metis/metis.h /* * Copyright 1997, Regents of the University of Minnesota * * metis.h * * This file includes all necessary header files * * Started 8/27/94 * George * * $Id: metis.h,v 1.1 1998/11/27 17:59:21 karypis Exp $ */ #include <stdio.h> #ifdef __STDC__ #include <stdlib.h> #else #include <malloc.h> #endif #include <strings.h> #include <string.h> #include <ctype.h> #include <math.h> #include <stdarg.h> #include <time.h> #ifdef DMALLOC #include <dmalloc.h> #endif #include <defs.h> #include <struct.h> #include <macros.h> #include <rename.h> #include <proto.h> -- You received this question notification because your team yade-users is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

