*<1 new commit> pushed to `<https://github.com/RT...
# open_pdks
g
1 new commit pushed to
<https://github.com/RTimothyEdwards/open_pdks/tree/master|master>
by RTimothyEdwards
<https://github.com/RTimothyEdwards/open_pdks/commit/865f36f864e0dbf8d38e87bedce0fb1c4431fe40|865f36f8>
- Corrected an error in change_gds_cell that fails to handle the RTimothyEdwards/open_pdks
m
Please check the commit..For your kind information..the new commit produces error in two places while doing make calma/CalmaRead.c if (EditCellUse == (CellUse *)NULL) { TxError("Cannot read GDS: There is no edit cell.\n"); return } Errors are 1.EditCellUse not declared 2. return need to have ; at end I guess. Thank you and please correct me if I am wrong.