home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / explorer / 490 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sgigate!sgi!fido!texas!robert
  2. From: robert@texas.asd.sgi.com (Robert Skinner)
  3. Newsgroups: comp.graphics.explorer
  4. Subject: Re: Need help with my module
  5. Date: 27 Jan 1993 01:02:48 GMT
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. Lines: 38
  8. Message-ID: <1k4mvoINNt20@fido.asd.sgi.com>
  9. References: <1993Jan25.195823.12754@alw.nih.gov>
  10. NNTP-Posting-Host: texas.asd.sgi.com
  11.  
  12.  
  13. In article <1993Jan25.195823.12754@alw.nih.gov>, howardy@freud.nia.nih.gov writes:
  14. >     
  15. >    /*x_dim is number of colums while y_dim is number of row*/
  16. >   cxOutputDataSet(cxOutputPortOpen("slice_lattice"), lattice_2d);
  17.  
  18. Everything looks OK to me.  I'd start debugging at the output
  19. and work my way up:
  20.  
  21.     what does cxOutputPortOpen("slice_lattice") return?
  22.         -- should be >= 0, if not, then port "slice_lattice"
  23.            doesn't exist
  24.  
  25.     what is lattice_2d?
  26.         -- should not be != NULL, if it is, then something
  27.            is wrong with the inputs to cxLatNew.  Print them
  28.            out.  If its not obvious what the problem is, post 
  29.            another article.
  30.  
  31.  
  32.  
  33. Robert Skinner
  34.  
  35. PSALM OF THE TWENTY-THIRD YEAR
  36.  
  37.     Dr. (     ) is my professor
  38.     I shall not pass.
  39.     He maketh me to exhibit mine ignorance before the whole class.
  40.     He telleth me more than I can write.
  41.     He lowreth mine grades.
  42.     Yea, though I walk through the corridors of knowledge, I do not learn.
  43.     He tryeth to teach me.
  44.     He writeth equations before me in hopes that I will understand them.
  45.     He bombardeth my head with integrations.
  46.     My calculator freezeth up.
  47.     Surely enthalpies and entropies shall follow me all the days of my life
  48.     And I shall dwell in the School of
  49.     Engineering forever.
  50.