File: Init_List_YOUSO.c

package info (click to toggle)
openmx 3.2.4.dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 62,572 kB
  • ctags: 2,684
  • sloc: ansic: 130,666; python: 876; makefile: 560; xml: 63; perl: 18; sh: 4
file content (17 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdio.h>
#include <stdlib.h>
#include "openmx_common.h"

void Init_List_YOUSO()
{
  int i;

  for (i=0; i<NYOUSO; i++){
    List_YOUSO[i] = 0;
  }

  List_YOUSO[6]  = 130;
  List_YOUSO[10] = 100;
  List_YOUSO[14] = 104;
  List_YOUSO[26] =  60;
}