Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #pragma once
0002 
0003 #include <vector>
0004 #include "AS.h"
0005 #include "BI.h"
0006 
0007 
0008 struct GAS : public AS
0009 {
0010     std::vector<BI> bis ; 
0011 };
0012 
0013 
0014