vaidyanathanms / votca

Automatically exported from code.google.com/p/votca
0 stars 0 forks source link

csg_resample: error #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ cat table
0 0
1.4 0
$csg_resample --type cubic --in table --out table2 --grid 0:0.01:1.4
works, but

$csg_resample --type akima --in table --out table2 --grid 0:0.01:1.4
Check failed in file /usr/include/boost/numeric/ublas/storage.hpp at line 195:
i < size_
terminate called after throwing an instance of 
'boost::numeric::ublas::bad_index'
  what():  bad index
Aborted

Original issue reported on code.google.com by christop...@gmail.com on 12 Jan 2011 at 5:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision d180684f60.

Problem is fixed in table_dummy.sh, but error should still be improved.

Original comment by junghans%votca.org@gtempaccount.com on 13 Jan 2011 at 11:33

GoogleCodeExporter commented 9 years ago
problem is: akima needs at least 4 points
fixed now

Original comment by gh...@students.uni-mainz.de on 14 Jan 2011 at 11:13