Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
InstaDeepAI
/
folding-studio-demo
like
0
Running
App
Files
Files
Community
22
Fetching metadata from the HF Docker repository...
main
folding-studio-demo
/
aggrescan3d
/
aggrescan
/
data
/
freesasa-2.0.1
/
tests
/
tools.h
jfaustin
secretion-scores (
#4
)
a3f3d91
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
125 Bytes
#
ifndef
TOOLS_H
#
define
TOOLS_H
int
float_eq
(
double
a,
double
b,
double
tolerance)
;
void
set_fail_after
(
int
freq)
;
#
endif