Added distance mapping to tests/TestBubble.cpp

This commit is contained in:
James McClure 2014-12-30 22:12:08 -05:00
parent a7ad9e0c63
commit 82562d16c0

View File

@ -1772,7 +1772,7 @@ int main(int argc, char **argv)
double temp=0.5/beta;
for (n=0; n<N; n++){
value = Phase.data[n]
double value = Phase.data[n];
SDn.data[n] = temp*log((1.0+value)/(1.0-value))-1.5;
}