Get_ElementSource.h (getdp-3.4.0-source.tgz) | : | Get_ElementSource.h (getdp-3.5.0-source.tgz) | ||
---|---|---|---|---|
// GetDP - Copyright (C) 1997-2021 P. Dular and C. Geuzaine, University of Liege | // GetDP - Copyright (C) 1997-2022 P. Dular and C. Geuzaine, University of Liege | |||
// | // | |||
// See the LICENSE.txt file for license information. Please report all | // See the LICENSE.txt file for license information. Please report all | |||
// issues on https://gitlab.onelab.info/getdp/getdp/issues. | // issues on https://gitlab.onelab.info/getdp/getdp/issues. | |||
#ifndef GET_ELEMENT_SOURCE_H | #ifndef GET_ELEMENT_SOURCE_H | |||
#define GET_ELEMENT_SOURCE_H | #define GET_ELEMENT_SOURCE_H | |||
#include "ProData.h" | #include "ProData.h" | |||
void Get_InitElementSource(struct Element *Element, int InIndex); | void Get_InitElementSource(struct Element *Element, int InIndex); | |||
int Get_NextElementSource(struct Element *ElementSource); | int Get_NextElementSource(struct Element *ElementSource); | |||
void Get_ElementTrace(struct Element *Element, int InIndex); | int Get_InitElementTrace(struct Element *Element, int InIndex); | |||
int Get_NextElementTrace(struct Element *ElementTrace); | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |