Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

DotProdF_F.H

Go to the documentation of this file.
00001 #ifndef _DOTPRODF_F_H_
00002 #define _DOTPRODF_F_H_
00003 
00004 #include "FORT_PROTO.H"
00005 #include "REAL.H"
00006 
00007 extern "C"
00008 {
00009 
00010 // Prototype for Fortran procedure DOTPRODUCT ...
00011 //
00012 #define FORT_DOTPRODUCT FORTRAN_NAME( DOTPRODUCT ,dotproduct )
00013 void 
00014 FORT_DOTPRODUCT(
00015       CHFp_REAL(dotprodout)
00016       ,CHFp_CONST_FRA(afab)
00017       ,CHFp_CONST_FRA(bfab)
00018       ,CHFp_BOX(region)
00019       ,CHFp_CONST_INT(startcomp)
00020       ,CHFp_CONST_INT(endcomp) );
00021 
00022 }
00023 
00024 #endif

Generated on Wed Jun 2 13:53:33 2004 for Chombo&INSwithParticles by doxygen 1.3.2