Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:17:33

0001 
0002 #pragma once
0003 #include <JANA/Utils/JStatusBits.h>
0004 
0005 namespace jana::compatibility::jstatusbits {
0006 [[deprecated("Use JANA/Utils/JStatusBits.h instead")]]
0007 constexpr static int header_is_deprecated = 0;
0008 constexpr static int warn_about_header_deprecation = header_is_deprecated;
0009 }
0010