Skip to content

Commit 99faed2

Browse files
committed
Tweak normalization comment
1 parent 56fd7e0 commit 99faed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

palace/drivers/drivensolver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ void DrivenSolver::PrintPROMMatrices(const RomOperator &prom_op)
502502
return str.length() >= prefix.length() && str.compare(0, prefix.length(), prefix) == 0;
503503
};
504504

505-
// De-normalize port voltages.
505+
// De-normalize port voltages. Define so that 1.0 on port i corresponds to full
506+
// (un-normalized solution).
506507
Eigen::VectorXd v_conc(prom_size);
507508
for (long j = 0; j < prom_size; j++)
508509
{

0 commit comments

Comments
 (0)