undo print change in DiscreteLookupTable

release/4.3a0
Varun Agrawal 2025-01-05 20:54:56 -05:00
parent 2f8c8ddb75
commit 2434e248e9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void DiscreteLookupTable::print(const std::string& s,
}
}
cout << "):\n";
BaseFactor::print("", formatter);
ADT::print("", formatter);
cout << endl;
}