Topic: Small bug in GiD script 19139

Hello, there's a small mistake in GiD script leading to fake warnings on material change in a construction process :

File TK_Utils.tcl , line 97 should be commented out

#incr matnumused -1

Thanks.

Re: Small bug in GiD script 19139

Another small thing to check is that ATENA studio creates the default [3D] and [1D] activities only in the first interval. In the case of staged construction when 1D elements (e.g. tendons) enter the analysis later, the [1D] activity is not created. So a check should be run at the start of every interval.

Re: Small bug in GiD script 19139

Hello Vassilis, thanks for the info. We will look into that. Regards Jan