Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
setdsh.c
Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 #include "f2c.h"
00007 
00008 
00009 
00010 extern struct {
00011     integer ndash;
00012     real xldash[8], xid;
00013 } zzdash_;
00014 
00015 #define zzdash_1 zzdash_
00016 
00017 
00018 
00019 
00020  int setdsh_(integer *nd, real *xld)
00021 {
00022     
00023     integer i__1;
00024 
00025     
00026     static integer i__;
00027 
00028 
00029 
00030 
00031 
00032 
00033     
00034     --xld;
00035 
00036     
00037     zzdash_1.ndash = min(*nd,8);
00038     zzdash_1.xid = 0.f;
00039     i__1 = zzdash_1.ndash;
00040     for (i__ = 1; i__ <= i__1; ++i__) {
00041         zzdash_1.xldash[i__ - 1] = xld[i__];
00042 
00043     }
00044     return 0;
00045 } 
00046