Changeset 14415
- Timestamp:
- Aug 6, 2007, 2:03:00 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
r11669 r14415 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 2-06 21:55:28$10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-07 00:03:00 $ 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 ); 53 ) 54 #ifdef __GNUC__ 55 __attribute__((format(printf,3,4))) 56 #endif 57 ; 54 58 55 59 /** Allocates a new psPolynomial2D structure with information from a psMetadata. … … 84 88 const char *format, ///< Name of polynomial folder. 85 89 ... ///< Arguments for name formatting. 86 ); 90 ) 91 #ifdef __GNUC__ 92 __attribute__((format(printf,3,4))) 93 #endif 94 ; 87 95 88 96 /** Allocates a new psPolynomial3D structure with information from a psMetadata. … … 118 126 const char *format, ///< Name of polynomial folder. 119 127 ... ///< Arguments for name formatting. 120 ); 128 ) 129 #ifdef __GNUC__ 130 __attribute__((format(printf,3,4))) 131 #endif 132 ; 121 133 122 134 /** Allocates a new psPolynomial4D structure with information from a psMetadata. … … 152 164 const char *format, ///< Name of polynomial folder. 153 165 ... ///< Arguments for name formatting. 154 ); 166 ) 167 #ifdef __GNUC__ 168 __attribute__((format(printf,3,4))) 169 #endif 170 ; 155 171 156 172 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
