Skip to content

Commit

Permalink
Temporarily disable feeders export
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Jan 16, 2024
1 parent d802d7c commit d216d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Common/Circuit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2538,8 +2538,8 @@ // Use default filename=classname
// Define voltage sources first
Success := WriteVsourceClassFile(DSS, GetDssClassPtr(DSS, 'vsource'), TRUE);

if Success then
Success := SaveFeeders; // Save feeders first
// if Success then
// Success := SaveFeeders; // Save feeders first
if Success then
Success := SaveDSSObjects; // Save rest ot the objects
if Success then
Expand Down

0 comments on commit d216d6e

Please sign in to comment.