|
|
|||
File indexing completed on 2026-04-09 07:49:06
0001 /** 0002 QPMT_MockTest.cc 0003 ================== 0004 0005 **/ 0006 0007 0008 #include "SPMT.h" 0009 #include "NPFold.h" 0010 #include "QPMTTest.h" 0011 0012 int main() 0013 { 0014 SPMT* spmt = SPMT::Load(); 0015 if(spmt == nullptr) return 1 ; 0016 0017 NPFold* jpmt = spmt->serialize() ; 0018 std::cout << jpmt->desc() ; 0019 0020 QPMTTest<float> t(jpmt); 0021 NPFold* f = t.serialize("qscan"); 0022 f->save("$FOLD"); 0023 0024 return 0 ; 0025 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|