Changeset 14452 for trunk/psLib/src/math/psPolynomialMetadata.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomialMetadata.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomialMetadata.h
r14415 r14452 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-08-0 7 00:03:00$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-09 01:40:07 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 const char *format, ///< Name of polynomial folder. 52 52 ... ///< Arguments for name formatting. 53 ) 54 #ifdef __GNUC__ 55 __attribute__((format(printf,3,4))) 56 #endif 57 ; 53 ) PS_ATTR_FORMAT(printf,3,4); 58 54 59 55 /** Allocates a new psPolynomial2D structure with information from a psMetadata. … … 88 84 const char *format, ///< Name of polynomial folder. 89 85 ... ///< Arguments for name formatting. 90 ) 91 #ifdef __GNUC__ 92 __attribute__((format(printf,3,4))) 93 #endif 94 ; 86 ) PS_ATTR_FORMAT(printf,3,4); 95 87 96 88 /** Allocates a new psPolynomial3D structure with information from a psMetadata. … … 126 118 const char *format, ///< Name of polynomial folder. 127 119 ... ///< Arguments for name formatting. 128 ) 129 #ifdef __GNUC__ 130 __attribute__((format(printf,3,4))) 131 #endif 132 ; 120 ) PS_ATTR_FORMAT(printf, 3, 4); 133 121 134 122 /** Allocates a new psPolynomial4D structure with information from a psMetadata. … … 164 152 const char *format, ///< Name of polynomial folder. 165 153 ... ///< Arguments for name formatting. 166 ) 167 #ifdef __GNUC__ 168 __attribute__((format(printf,3,4))) 169 #endif 170 ; 154 ) PS_ATTR_FORMAT(printf, 3, 4); 171 155 172 156 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
