Pos_Iso.h (getdp-3.4.0-source.tgz) | : | Pos_Iso.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 POS_ISO_H | #ifndef POS_ISO_H | |||
#define POS_ISO_H | #define POS_ISO_H | |||
#include "Pos_Element.h" | #include "Pos_Element.h" | |||
#include "ListUtils.h" | #include "ListUtils.h" | |||
void Cal_Iso(struct PostElement *PE, List_T *list, | void Cal_Iso(struct PostElement *PE, List_T *list, double val, double vmin, | |||
double val, double vmin, double vmax, | double vmax, int DecomposeInSimplex); | |||
int DecomposeInSimplex) ; | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 3 lines changed or added |