/*! \file f77test.cc * \brief test interfacing Fortran code (implementation) * * ---------------------------------------------------------------------------- * * $Id: f77test.cc,v 1.1 2002-12-23 11:44:04 forbrig Exp $ * \author Thomas Forbriger * \date 22/12/2002 * * test interfacing Fortran code (implementation) * * Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt) * * REVISIONS and CHANGES * - 22/12/2002 V1.0 Thomas Forbriger * * ============================================================================ */ #define TF_F77TEST_CC_VERSION \ "TF_F77TEST_CC V1.0 " #define TF_F77TEST_CC_CVSID \ "$Id: f77test.cc,v 1.1 2002-12-23 11:44:04 forbrig Exp $" #include namespace tf { } /* ----- END OF f77test.cc ----- */