Home
last modified time | relevance | path

Searched refs:NewSolutions_L (Results 1 – 1 of 1) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Formulation.cpp256 List_T *NewSolutions_L; in Pos_ResampleTime() local
290 NewSolutions_L = List_Create(NewNbrOfSolutions, 1, sizeof(Solution)); in Pos_ResampleTime()
298 List_Add(NewSolutions_L, &Solution_S); in Pos_ResampleTime()
312 Solution_P = (struct Solution*)List_Pointer(NewSolutions_L, j); in Pos_ResampleTime()
333 Solution_P = (struct Solution*)List_Pointer(NewSolutions_L, j); in Pos_ResampleTime()
345 Current.DofData->Solutions = NewSolutions_L; in Pos_ResampleTime()
347 List_Pointer(NewSolutions_L, List_Nbr(NewSolutions_L)-1) ; in Pos_ResampleTime()