2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-06-16 18:25:26 +02:00
DEHam/src/get_ntot.h
vijay gopal chilkuri c8e6e61603 many new features:
1. added wf printing support
2. fixed problem with factorial calculation
2018-01-29 16:21:56 +01:00

5 lines
146 B
C

#include <tgmath.h>
#include <math.h>
int get_ntot(_Bool Fam1, int natom, long int isz, long int ntrou, long int fix_trou1, long int fix_trou2);