Select Git revision
LinearSolverModule.cpp
-
Stéphane Del Pino authored
printLSOptions -> getLSOptions printLSAvailable -> getLSAvailable These new function do not print the result anymore but return a string. To display available or set options, one should now uses: ``` cout << getLSOptions() << "\n"; let available:string, available = getLSAvailable(); cout << available << "\n"; ```
Stéphane Del Pino authoredprintLSOptions -> getLSOptions printLSAvailable -> getLSAvailable These new function do not print the result anymore but return a string. To display available or set options, one should now uses: ``` cout << getLSOptions() << "\n"; let available:string, available = getLSAvailable(); cout << available << "\n"; ```
BinaryOperatorRegisterForString.cpp 1.35 KiB