Ignore:
Timestamp:
Nov 25, 1999, 2:56:34 PM (26 years ago)
Author:
ansari
Message:

archediab 28 vol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archediab.old/archediab.sources/c/corel.c

    r637 r649  
    22#include "corel.h"
    33
    4 
     4/*
    55double coef_corel[nb_max_bolo][nb_max_bolo];
    66int flag_corel[nb_max_bolo];
    7 
     7*/
    88
    99
     
    3030        {
    3131        for(j=0;j<nb_max_bolo;j++)      gg->corel[j]=xbolbrut(j);
     32        for(j=0;j<3;j++)                gg->corel[nb_max_bolo+j]=gg->don.gyro[j];
     33        for(j=0;j<46;j++)               gg->corel[nb_max_bolo+3+j]=xbolbrut(j);
    3234        }
    3335       
Note: See TracChangeset for help on using the changeset viewer.