Changeset 21409 for trunk/psastro/src/psastroVisual.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroVisual.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroVisual.c
r20805 r21409 1 /***********************************/ 2 /***Diagnostic plots for psastro****/ 3 /***********************************/ 1 /** @file psastroVisual.c 2 * 3 * @brief Diagnostic plots for psastro 4 * 5 * @ingroup libpsastro 6 * 7 * @author IfA 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-07 02:03:34 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 4 13 #ifdef HAVE_CONFIG_H 5 14 #include <config.h> … … 47 56 /*****************************/ 48 57 49 /** start or stop plotting */ 58 /** 59 * start or stop plotting 60 */ 50 61 bool psastroSetVisual (bool mode) { 51 62 isVisual = mode; … … 54 65 55 66 56 /** open, name, and resize a window if necessary*/ 67 /** 68 * open, name, and resize a window if necessary 69 */ 57 70 bool psastroVisualInitWindow( int *kapid, char *name ) { 58 71 if (*kapid == -1) { … … 69 82 70 83 71 /** ask the user how to proceed*/ 84 /** 85 * ask the user how to proceed 86 */ 72 87 bool psastroVisualAskUser( bool *plotflag ) { 73 88 char key[10]; … … 87 102 88 103 89 /** destroy windows at the end of a run*/ 104 /** 105 * destroy windows at the end of a run 106 */ 90 107 bool psastroVisualClose() { 91 108 if(kapa != -1)
Note:
See TracChangeset
for help on using the changeset viewer.
