Pos_Print.h (getdp-3.4.0-source.tgz) | : | Pos_Print.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_PRINT_H | #ifndef POS_PRINT_H | |||
#define POS_PRINT_H | #define POS_PRINT_H | |||
#include "ProData.h" | #include "ProData.h" | |||
#define ARG struct PostQuantity *NCPQ_P, \ | #define ARG \ | |||
struct PostQuantity *CPQ_P, \ | struct PostQuantity *NCPQ_P, struct PostQuantity *CPQ_P, int Order, \ | |||
int Order, \ | struct DefineQuantity *DefineQuantity_P0, \ | |||
struct DefineQuantity *DefineQuantity_P0, \ | struct QuantityStorage *QuantityStorage_P0, \ | |||
struct QuantityStorage *QuantityStorage_P0, \ | struct PostSubOperation *PostSubOperation_P | |||
struct PostSubOperation *PostSubOperation_P | ||||
void Pos_PrintOnRegion(ARG); | ||||
void Pos_PrintOnRegion (ARG); | void Pos_PrintOnElementsOf(ARG); | |||
void Pos_PrintOnElementsOf (ARG); | void Pos_PrintOnSection(ARG); | |||
void Pos_PrintOnSection (ARG); | void Pos_PrintOnGrid(ARG); | |||
void Pos_PrintOnGrid (ARG); | void Pos_PrintWithArgument(ARG); | |||
void Pos_PrintWithArgument (ARG); | ||||
#undef ARG | #undef ARG | |||
void Pos_PrintGroup(struct PostSubOperation *PostSubOperation_P); | void Pos_PrintGroup(struct PostSubOperation *PostSubOperation_P); | |||
void Pos_PrintExpression(struct PostSubOperation *PostSubOperation_P); | void Pos_PrintExpression(struct PostSubOperation *PostSubOperation_P); | |||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
15 lines changed or deleted | 14 lines changed or added |