Custom Query (196 matches)
Results (1 - 3 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1 | fixed | crash due to intense continuum | ||
Description |
Ryan Porter reported this bug this can crash for two very different sources, because of overflow. agn 6.00 -1.40 -0.50 -1.0 phi(h) 18.0 blackbody 3.0 ratio 1.0 1.0 Ryd c c rest does not matter hden 5 crash is around line 176 of cont_setintensity.cpp - fsum is 1e76, overflows when cast to float and entered into flux[i] |
|||
#2 | fixed | assert thrown | ||
Description |
Ryan found that the following throws an assert in phi(h) 18.000000 hden 16.000000 agn 6.00 -1.40 -0.50 -1.0 assert at line 272 of hydrorecom.cpp
|
|||
#3 | fixed | missing carriage return in cdPrintCommands output | ||
Description |
For some reason when the below model crashes (a separate issue which I may have solved), it misses a carriage return. Notice there are two "atom he-like commands on the same line". They were entered as two separate lines in a wrapper. This really confused the hell out of me after trying to copy and paste the commands printed at the end of the run. [Insert a carriage return in the appropriate place to run it.] title BLR std set nend 2500 iterate 3 phi(h) 6.000000 hden 12.000000 atom he-like element helium levels resolved 10 atom he-like element helium levels collapsed 40 agn 6.00 -1.40 -0.50 -1.0 background z=0 stop column density 23.000000 normalize to label "inci" 1215 |