|
|
|||
File indexing completed on 2026-04-10 07:50:27
0001 #include "NPFold.h" 0002 0003 int main() 0004 { 0005 const char* path = "$PMTSimParamData_BASE" ; 0006 NPFold* jpmt = NPFold::Exists(path) ? NPFold::Load(path) : nullptr ; 0007 std::cout << path << std::endl << ( jpmt ? jpmt->desc() : "-" ) << std::endl ; 0008 0009 return 0 ; 0010 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|