Skip to content

Commit

Permalink
Fix a typo for associated type in HasAfEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Sep 27, 2018
1 parent 3d18a2d commit cdd0c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ impl HasAfEnum for Complex<f64> {
type AggregateOutType = Self;
type SobelOutType = Self;

fn get_af_dtype() -> DType { DType::F64 }
fn get_af_dtype() -> DType { DType::C64 }
}
impl HasAfEnum for f32 {
type InType = Self;
Expand Down

0 comments on commit cdd0c10

Please sign in to comment.