Skip to content

Commit

Permalink
name substitution?
Browse files Browse the repository at this point in the history
  • Loading branch information
GDBobby committed Sep 27, 2023
1 parent 6040fcc commit ef6fd74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noiz/include/noiz/noise-processing2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ class Noise_Processor2 {
}

};
using Noise_Processor2f = Noise_Processor2<float>;
using Noise_Processor2d = Noise_Processor2<double>;
} //namespace noiz
2 changes: 2 additions & 0 deletions noiz/include/noiz/noise-processing3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@ class Noise_Processor3 {
*/

};
using Noise_Processor3f = Noise_Processor3<float>;
using Noise_Processor3d = Noise_Processor3<double>;
} //namespace noiz

0 comments on commit ef6fd74

Please sign in to comment.