Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /**
0002 SOPTIX_Options_test.cc
0003 =======================
0004 
0005 ::
0006 
0007     ~/o/sysrap/tests/SOPTIX_Options_test.sh
0008     ~/o/sysrap/tests/SOPTIX_Options_test.cc
0009 
0010 **/
0011 
0012 #include <optix.h>
0013 
0014 #include "SOPTIX_Options.h"
0015 
0016 int main()
0017 {
0018     SOPTIX_Options opt ; 
0019     std::cout << opt.desc() ; 
0020 
0021     return 0 ;
0022 }