Changeset 3149
- Timestamp:
- Feb 7, 2005, 2:47:18 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 8 edited
-
dataIO/psFits.h (modified) (3 diffs)
-
dataManip/psFunctions.h (modified) (2 diffs)
-
fileUtils/psFits.h (modified) (3 diffs)
-
fits/psFits.h (modified) (3 diffs)
-
math/psPolynomial.h (modified) (2 diffs)
-
math/psSpline.h (modified) (2 diffs)
-
sys/psTrace.h (modified) (2 diffs)
-
sysUtils/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.h
r3028 r3149 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 1-18 03:15:03$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-08 00:47:18 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 249 249 ); 250 250 251 #if 0 251 252 /** Updates a FITS table. The current HDU type must be either 252 253 * PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE. … … 265 266 266 267 #endif 268 269 #endif -
trunk/psLib/src/dataManip/psFunctions.h
r3115 r3149 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-0 3 00:54:10$14 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-08 00:47:18 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 428 428 psScalar *x); 429 429 430 #if 0 430 431 psF32 p_psNRSpline1DEval(psSpline1D *spline, 431 432 const psVector* x, 432 433 const psVector* y, 433 434 psF32 X); 435 #endif 434 436 435 437 /* \} */// End of MathGroup Functions -
trunk/psLib/src/fileUtils/psFits.h
r3028 r3149 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 1-18 03:15:03$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-08 00:47:18 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 249 249 ); 250 250 251 #if 0 251 252 /** Updates a FITS table. The current HDU type must be either 252 253 * PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE. … … 265 266 266 267 #endif 268 269 #endif -
trunk/psLib/src/fits/psFits.h
r3028 r3149 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 1-18 03:15:03$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-08 00:47:18 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 249 249 ); 250 250 251 #if 0 251 252 /** Updates a FITS table. The current HDU type must be either 252 253 * PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE. … … 265 266 266 267 #endif 268 269 #endif -
trunk/psLib/src/math/psPolynomial.h
r3115 r3149 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-0 3 00:54:10$14 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-08 00:47:18 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 428 428 psScalar *x); 429 429 430 #if 0 430 431 psF32 p_psNRSpline1DEval(psSpline1D *spline, 431 432 const psVector* x, 432 433 const psVector* y, 433 434 psF32 X); 435 #endif 434 436 435 437 /* \} */// End of MathGroup Functions -
trunk/psLib/src/math/psSpline.h
r3115 r3149 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-02-0 3 00:54:10$14 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-02-08 00:47:18 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 428 428 psScalar *x); 429 429 430 #if 0 430 431 psF32 p_psNRSpline1DEval(psSpline1D *spline, 431 432 const psVector* x, 432 433 const psVector* y, 433 434 psF32 X); 435 #endif 434 436 435 437 /* \} */// End of MathGroup Functions -
trunk/psLib/src/sys/psTrace.h
r3145 r3149 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-02-0 7 23:26:24$11 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-08 00:47:18 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 88 88 void psTraceReset(); 89 89 90 /// Free all nodes in the component tree.91 void psTraceFree();92 93 90 /// print trace levels 94 91 void psTracePrintLevels(void); -
trunk/psLib/src/sysUtils/psTrace.h
r3145 r3149 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-02-0 7 23:26:24$11 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-08 00:47:18 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 88 88 void psTraceReset(); 89 89 90 /// Free all nodes in the component tree.91 void psTraceFree();92 93 90 /// print trace levels 94 91 void psTracePrintLevels(void);
Note:
See TracChangeset
for help on using the changeset viewer.
