pattern Plain 1 Linear {
eleLoad -ele 10 -beamUniform -10
eleLoad -ele 11 -beamUniform -10
}
Error: expected integer but got "-type"
anyone..?
expected integer but got "-type"
Moderators: silvia, selimgunay, Moderators
Re: expected integer but got "-type"
I think you want to do
eleLoad -ele 10 -type beamUniform -10
eleLoad -ele 10 -type beamUniform -10
Re: expected integer but got "-type"
hey, Scott thanks for replying but still I am getting the same error.
I just want to assign a UDL of 10 on element 10 & 11
I just want to assign a UDL of 10 on element 10 & 11
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: expected integer but got "-type"
Please follow the syntax here: https://opensees.berkeley.edu/wiki/inde ... ad_Command
I would recommend typing things yourself rather than copy and paste, as sometimes spaces, tabs, etc, can create an issue
I would recommend typing things yourself rather than copy and paste, as sometimes spaces, tabs, etc, can create an issue
Re: expected integer but got "-type"
I have not pasted from anywhere, I write it by myself what I think there is some minor mistake but I am not able to rectify that. Yes, I am getting the answer but that's not the point. I should know what's the problem there.