Removed old comment from code referring to the development state.

This commit is contained in:
Tim Edwards 2017-05-08 21:00:43 -04:00
parent dd9e02c5f3
commit cdfd74bac4
1 changed files with 0 additions and 5 deletions

View File

@ -3306,11 +3306,6 @@ int CombineSerial(char *model, int file)
int i, j, scnt = 0;
struct valuelist *kv;
// To avoid posting a non-working version, serial combination is
// disabled here until code is finished to compare the serial/parallel
// property networks.
// return 0;
if ((tp = LookupCellFile(model, file)) == NULL) {
Printf("Cell: %s does not exist.\n", model);
return -1;