Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:19

0001 #include "OPTICKS_LOG.hh"
0002 
0003 int main(int argc, char** argv)
0004 {
0005     OPTICKS_LOG(argc, argv); 
0006     OPTICKS_LOG_::Check();
0007     return 0 ; 
0008 }