/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Version/interface/GetFileFormatVersion.h
10 строк
284 B
W. David Dagenhart
Changes from scram build code-format-all
03 май 2019, 18:48
03 май 2019, 18:48
22c28dc
Код
Авторство
О чём код?
#ifndef FWCore_Version_GetFileFormatVersion_h #define FWCore_Version_GetFileFormatVersion_h namespace edm { // We do not inline this function to help avoid inconsistent // versions being inlined into different libraries. int getFileFormatVersion(); } // namespace edm #endif