mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +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 <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <linux/limits.h>
|
#include <linux/limits.h>
|
||||||
@ -96,6 +96,10 @@ int main(int argc, char *argv[]) {
|
|||||||
auto outonly = pqc_mat1.getMatrixOutOnly();
|
auto outonly = pqc_mat1.getMatrixOutOnly();
|
||||||
std::cout << ":: pqc_mat1.getMatrixOutOnly(): \n";
|
std::cout << ":: pqc_mat1.getMatrixOutOnly(): \n";
|
||||||
std::cout << outonly << "\n\n";
|
std::cout << outonly << "\n\n";
|
||||||
|
|
||||||
|
auto selout = pqc_mat1.getSelectedOutputNames();
|
||||||
|
std::cout << ":: pqc_mat1.getSelectedOutputNames(): \n";
|
||||||
|
std::cout << selout << "\n\n";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user