From 684b5240e4cedf73d881b548b56cc62f6cea1732 Mon Sep 17 00:00:00 2001
From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be>
Date: Tue, 22 Feb 2005 09:06:51 +0000
Subject: [PATCH] *** empty log message ***

---
 Plugin/StructuralSolver.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Plugin/StructuralSolver.cpp b/Plugin/StructuralSolver.cpp
index 4382ab5b9a..b853da7f92 100644
--- a/Plugin/StructuralSolver.cpp
+++ b/Plugin/StructuralSolver.cpp
@@ -728,11 +728,11 @@ void StructuralSolver :: writeSolverFile ( const char *geom_file ) const
 	    Structural_BeamSection* bs = GetBeamSection (i.section);
 	    Structural_Material    mt = GetMaterial    (i.material);
 	    int model = GetModel (i.model);
-	    fprintf(f,"111 %d %d %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g\n",
+	    fprintf(f,"111 %d %d %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g\n",
 		    id,                             // physical id
-		    model,                             // model 
+		    model,                             // model (1=beam, 2=bar)
 		    bs->area, bs->Iy, bs->Iz, bs->J,// section info
-		    mt.par[0],mt.par[1],mt.par[2],// material info
+		    mt.par[0],mt.par[1],mt.par[2],mt.par[3],// material info E, sigma_e, rho, nu
 		    i.fx1,i.fy1,i.fx2,i.fy2,i.fz1,i.fz2,// lineic loads
 		    i.dirz[0],i.dirz[1],i.dirz[2]); // direction
 	  }
-- 
GitLab