summaryrefslogtreecommitdiff
path: root/cfd_case_study_details.inc
diff options
context:
space:
mode:
authorSashi202019-03-13 16:51:11 +0530
committerSashi202019-03-13 16:51:11 +0530
commit4e1200e6600b42c6826cf71a4fa2278be826858d (patch)
tree5c541a52c62a988413df3ee562e14077788f66de /cfd_case_study_details.inc
parentf4b04d8722297b78f1ce2f7ce975e5e9eaa4e816 (diff)
downloadcfd_case_study-4e1200e6600b42c6826cf71a4fa2278be826858d.tar.gz
cfd_case_study-4e1200e6600b42c6826cf71a4fa2278be826858d.tar.bz2
cfd_case_study-4e1200e6600b42c6826cf71a4fa2278be826858d.zip
Added a new field for solver used in case study in proposal form
Diffstat (limited to 'cfd_case_study_details.inc')
-rwxr-xr-xcfd_case_study_details.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfd_case_study_details.inc b/cfd_case_study_details.inc
index 751965d..99254f0 100755
--- a/cfd_case_study_details.inc
+++ b/cfd_case_study_details.inc
@@ -34,6 +34,7 @@ function cfd_case_study_completed_proposals_all()
$preference_rows[] = array(
$i,
l($row->project_title, "case-study-project/case-study-run/" . $row->id),
+ $row->solver_used,
l('Download', "case-study-project/download/project-file/" . $row->id),
$row->contributor_name,
$row->university,
@@ -44,6 +45,7 @@ function cfd_case_study_completed_proposals_all()
$preference_header = array(
'No',
'Case Study Project',
+ 'Solver used',
'Abstract File',
'Contributor Name',
'Institute',