fix cite for FRoutingCell

This commit is contained in:
Lofty 2025-07-03 10:26:14 +01:00
parent 2d7428546d
commit 3436c35ae1
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ struct MultfabCell
CellInfo *cplines;
};
// CITE: CPE_ges_f-routing-1.pdf
// CITE: CPE_ges_f-routing1.pdf for !is_even_x; CPE_ges_f-routing2 for is_even_x
struct FRoutingCell
{
FRoutingCell() : lower{nullptr}, upper{nullptr}, comp{nullptr}, cplines{nullptr} {}