Skip to content

Commit

Permalink
Electrical: remove some debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sidi762 committed Aug 16, 2021
1 parent bc93e2b commit 6b03973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nasal/electrical.nas
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Series = {
var deltaSquared = U*U - 4*R*Pout;

if(deltaSquared < 0){
print("Electrical: Floting point error when calculating current! skipping");
electricalDebug.debugPrint("Electrical: Floting point error when calculating current! skipping", 1);
deltaSquared = 0;
}

Expand Down

0 comments on commit 6b03973

Please sign in to comment.