fdump.cpp 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* fdump.f -- translated by f2c (version 20100827).
  2. This file no longer depends on f2c.
  3. */
  4. #include "slatec-internal.hpp"
  5. int fdump_()
  6. {
  7. /* ***BEGIN PROLOGUE FDUMP */
  8. /* ***PURPOSE Symbolic dump (should be locally written). */
  9. /* ***LIBRARY SLATEC (XERROR) */
  10. /* ***CATEGORY R3 */
  11. /* ***TYPE ALL (FDUMP-A) */
  12. /* ***KEYWORDS ERROR, XERMSG */
  13. /* ***AUTHOR Jones, R. E., (SNLA) */
  14. /* ***DESCRIPTION */
  15. /* ***Note*** Machine Dependent Routine */
  16. /* FDUMP is intended to be replaced by a locally written */
  17. /* version which produces a symbolic dump. Failing this, */
  18. /* it should be replaced by a version which prints the */
  19. /* subprogram nesting list. Note that this dump must be */
  20. /* printed on each of up to five files, as indicated by the */
  21. /* XGETUA routine. See XSETUA and XGETUA for details. */
  22. /* Written by Ron Jones, with SLATEC Common Math Library Subcommittee */
  23. /* ***REFERENCES (NONE) */
  24. /* ***ROUTINES CALLED (NONE) */
  25. /* ***REVISION HISTORY (YYMMDD) */
  26. /* 790801 DATE WRITTEN */
  27. /* 861211 REVISION DATE from Version 3.2 */
  28. /* 891214 Prologue converted to Version 4.0 format. (BAB) */
  29. /* ***END PROLOGUE FDUMP */
  30. /* ***FIRST EXECUTABLE STATEMENT FDUMP */
  31. return 0;
  32. } /* fdump_ */