/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * dpmver.inc -> dpmver.h */ #ifndef __DPMVER__ #define __DPMVER__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Dpmver ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Created on 01 September 1995 by Alfredo Ferrari * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { int idpmvr; int jdpmvr; } dpmver_; #ifdef __cplusplus } #endif #endif