mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
add getSelectedOutputNames() to poet/test/testGetterscpp
This commit is contained in:
parent
e1ee3f801a
commit
29fbbc657b
@ -1,4 +1,4 @@
|
||||
// Time-stamp: "Last modified 2025-07-28 20:14:08 delucia"
|
||||
// Time-stamp: "Last modified 2025-08-01 10:54:30 delucia"
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <linux/limits.h>
|
||||
@ -96,6 +96,10 @@ int main(int argc, char *argv[]) {
|
||||
auto outonly = pqc_mat1.getMatrixOutOnly();
|
||||
std::cout << ":: pqc_mat1.getMatrixOutOnly(): \n";
|
||||
std::cout << outonly << "\n\n";
|
||||
|
||||
auto selout = pqc_mat1.getSelectedOutputNames();
|
||||
std::cout << ":: pqc_mat1.getSelectedOutputNames(): \n";
|
||||
std::cout << selout << "\n\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user