From 5f2013d4d764410c9c67debf4a6d9c8abc399918 Mon Sep 17 00:00:00 2001 From: tTh Date: Sat, 11 Feb 2023 19:41:30 +0100 Subject: [PATCH] convert integer -> float --- SoundBrotching/soundbrotch.f90 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SoundBrotching/soundbrotch.f90 b/SoundBrotching/soundbrotch.f90 index 93196ab..b92e83d 100644 --- a/SoundBrotching/soundbrotch.f90 +++ b/SoundBrotching/soundbrotch.f90 @@ -6,6 +6,10 @@ module soundbrotch integer :: left integer :: right end type + type t_sample2r + real :: left + real :: right + end type ! --------------------------------------------------------- ! some private variables