mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 17:52:40 +08:00
fix: arrow operator instead of dot
This commit is contained in:
@@ -38,7 +38,7 @@ class Complex {
|
||||
*/
|
||||
Complex() {
|
||||
this->re = 0.0;
|
||||
this.im = 0.0;
|
||||
this->im = 0.0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user