I am running a simulation where I want to save the last load case from a form finding step and use that as an initial load case for the subsequent relaxation step.
In the end of my form finding I write
sto#llff #lc-1
and I retrieve the load case in the relaxation step as such:
let#plf #llff
but when running the simulation I get the following error message:
+++++ error no. 10141 in program SOF_VAR
Variable FFLC undefined or with improper Index 0
+++++ error no. 12101 ; input line: 5
Improper assignment to variable PLF ( -1)
+++++ error no. 12111 ; input line: 9
Improper literal “#PLF” at position 9 legal are:
could someone please help me figure out what I am doing wrong here?