add options for fftw3 precisions
configureFromFullPathDevice for all devices now trim() components
This commit is contained in:
@@ -983,7 +983,7 @@ void PISerial::configureFromFullPathDevice(const PIString & full_path) {
|
||||
}
|
||||
}
|
||||
for (int i = 0; i < pl.size_s(); ++i) {
|
||||
PIString p(pl[i]);
|
||||
PIString p(pl[i].trimmed());
|
||||
switch (i) {
|
||||
case 0: setProperty("path", p); break;
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user