|
|
|||
File indexing completed on 2026-04-09 07:49:16
0001 #!/bin/bash -l 0002 0003 name=SDir_test 0004 0005 gcc $name.cc -std=c++11 -lstdc++ -I.. -o /tmp/$name 0006 [ $? -ne 0 ] && echo $msg compile error && exit 1 0007 0008 export IDPath=/usr/local/opticks/geocache/OKX4Test_World0xc15cfc00x40f7000_PV_g4live/g4ok_gltf/f9225f882628d01e0303b3609013324e/1 0009 0010 /tmp/$name 0011 [ $? -ne 0 ] && echo $msg run error && exit 2 0012 0013 exit 0 0014
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|