System Preprocessors
sysprosuit.h
Go to the documentation of this file.
00001 #ifndef SYSPRO_SUIT_H
00002 #define SYSPRO_SUIT_H
00003 
00004 #include <stdlib.h>
00005 #include <stdio.h>
00006 #include "syspro.h"
00007 #include "sysprolinear.h"
00008 
00009 extern PetscErrorCode onlyforsymmetricproblem
00010 (NumericalProblem,void*,SuitabilityValue*);
00011 
00012 #endif
00013