Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
To get everything on the CS side to use IDBDataFile instead of C++ fstreams, I forced paths to execute or not execute with changes like "if (blah)" -> "if (true || blah)" and "if (false && blah)". We need to go back and make that not dumb.