Skip to content

Commit 8a30e2a

Browse files
committed
add header
1 parent 9f92177 commit 8a30e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/lib/include/NNPInter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ class NNPInterModelDevi
200200
void compute_std_f (vector<VALUETYPE> & std,
201201
const vector<VALUETYPE> & avg,
202202
const vector<vector<VALUETYPE> >& xx);
203+
void compute_relative_std_f (vector<VALUETYPE> & std,
204+
const vector<VALUETYPE> & avg,
205+
const VALUETYPE eps);
203206
private:
204207
unsigned numb_models;
205208
vector<Session*> sessions;

0 commit comments

Comments
 (0)