Doxygen Source Code Documentation
phdot.c File Reference
#include "f2c.h"Go to the source code of this file.
Functions | |
| int | phdot_ (real *x1, real *y1) |
Function Documentation
|
||||||||||||
|
Definition at line 11 of file phdot.c. Referenced by plotpak_phdot(), and point_().
00012 {
00013 extern /* Subroutine */ int zzphph_(real *, real *, real *, real *);
00014
00015
00016 /* Plot a physical coordinate dot (the cheap way). */
00017 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00018 */
00019 zzphph_(x1, y1, x1, y1);
00020 return 0;
00021 } /* phdot_ */
|