Iterative Solvers in SimPEG.Solver

This commit is contained in:
Rowan Cockett
2013-11-19 16:00:36 -08:00
parent fc435feb9e
commit 4472b39d6e
3 changed files with 72 additions and 17 deletions
+2 -1
View File
@@ -241,7 +241,8 @@ function showClassDetail(cid, count) {
for (var i = 0; i < count; i++) {
tid = id_list[i];
if (toHide) {
document.getElementById('div_'+tid).style.display = 'none'
var divTid = document.getElementById('div_'+tid);
if(divTid !== null){divTid.style.display = 'none';}
document.getElementById(tid).className = 'hiddenRow';
}
else {