Skip to content

Commit

Permalink
Moved ACPC-Query to new folder "tools"
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed Mar 8, 2016
1 parent 4d9bbbe commit c2b51c9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions ea_genvat_simbio.m
Original file line number Diff line number Diff line change
Expand Up @@ -295,19 +295,18 @@

if ~isempty(Acnt)



dpvx=coords(Acnt,:);

volts=U(U~=0);


%% calculate voltage distribution based on dipole
disp('Done. Calculating voltage distribution...');
ix=knnsearch(vol.pos,dpvx); % add dpvx/1000 for m

if any(volts>0)
unipolar=0;
U=U/2;
volts=volts/2;
else
unipolar=1;
end
Expand Down
8 changes: 0 additions & 8 deletions fort.6
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,4 @@
0---10---20---30---40---50---60---70---80---90--100
> Completed percentage of this task indicated by dots
0---10---20---30---40---50---60---70---80---90--100
> Completed percentage of this task indicated by dots
0---10---20---30---40---50---60---70---80---90--100
> Completed percentage of this task indicated by dots
0---10---20---30---40---50---60---70---80---90--100
> Completed percentage of this task indicated by dots
0---10---20---30---40---50---60---70---80---90--100
> Completed percentage of this task indicated by dots
0---10---20---30---40---50---60---70---80---90--100
>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c2b51c9

Please sign in to comment.