We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fd7e0 commit 99faed2Copy full SHA for 99faed2
palace/drivers/drivensolver.cpp
@@ -502,7 +502,8 @@ void DrivenSolver::PrintPROMMatrices(const RomOperator &prom_op)
502
return str.length() >= prefix.length() && str.compare(0, prefix.length(), prefix) == 0;
503
};
504
505
- // De-normalize port voltages.
+ // De-normalize port voltages. Define so that 1.0 on port i corresponds to full
506
+ // (un-normalized solution).
507
Eigen::VectorXd v_conc(prom_size);
508
for (long j = 0; j < prom_size; j++)
509
{
0 commit comments