From 1abdd6f9339a1922b7f7b7342aab899ddf638513 Mon Sep 17 00:00:00 2001 From: Daniel Shapero Date: Thu, 17 Oct 2024 14:32:01 -0700 Subject: [PATCH] Fix some long line lengths (< 132) --- src/specfabpy.f90 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/specfabpy.f90 b/src/specfabpy.f90 index 92a0f56..9c0471e 100644 --- a/src/specfabpy.f90 +++ b/src/specfabpy.f90 @@ -33,11 +33,16 @@ module specfabpy a2_orth__sf => a2_orth, a4_orth__sf => a4_orth, & ! Rheologies - rheo_rev_isotropic__sf => rheo_rev_isotropic, rheo_fwd_isotropic__sf => rheo_fwd_isotropic, & - rheo_rev_tranisotropic__sf => rheo_rev_tranisotropic, rheo_fwd_tranisotropic__sf => rheo_fwd_tranisotropic, & - rheo_rev_orthotropic__sf => rheo_rev_orthotropic, rheo_fwd_orthotropic__sf => rheo_fwd_orthotropic, & - rheo_rev_orthotropic_Martin__sf => rheo_rev_orthotropic_Martin, rheo_fwd_orthotropic_Martin__sf => rheo_fwd_orthotropic_Martin, & - rheo_rev_orthotropic_Pettit__sf => rheo_rev_orthotropic_Pettit, rheo_fwd_orthotropic_Pettit__sf => rheo_fwd_orthotropic_Pettit, & + rheo_rev_isotropic__sf => rheo_rev_isotropic, & + rheo_fwd_isotropic__sf => rheo_fwd_isotropic, & + rheo_rev_tranisotropic__sf => rheo_rev_tranisotropic, & + rheo_fwd_tranisotropic__sf => rheo_fwd_tranisotropic, & + rheo_rev_orthotropic__sf => rheo_rev_orthotropic, & + rheo_fwd_orthotropic__sf => rheo_fwd_orthotropic, & + rheo_rev_orthotropic_Martin__sf => rheo_rev_orthotropic_Martin, & + rheo_fwd_orthotropic_Martin__sf => rheo_fwd_orthotropic_Martin, & + rheo_rev_orthotropic_Pettit__sf => rheo_rev_orthotropic_Pettit, & + rheo_fwd_orthotropic_Pettit__sf => rheo_fwd_orthotropic_Pettit, & rheo_fwd_tranisotropic_sachshomo__sf => rheo_fwd_tranisotropic_sachshomo, & rheo_fwd_tranisotropic_taylorhomo__sf => rheo_fwd_tranisotropic_taylorhomo, &