Skip to content

Commit

Permalink
get creation date from the headerfile
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://orchestra.med.harvard.edu/svn/megason/Code/GoFigure2@1770 ef826fda-c0ae-4237-af8e-f8dcbcf7929c
  • Loading branch information
lsouhait committed Nov 17, 2009
1 parent a353786 commit af529d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ int QGoCreateImgSessionPage::CreateImgSession(vtkMySQLDatabase* DatabaseConnecto
float XTileOverlap = 0; //todo get it from the header file
float YTileOverlap = 0; //todo get it from the header file
float ZTileOverlap = 0; //todo get it from the header file
std::string CreationDateTime = "2009-10-30 09:15:16"; //\todo: get the date+time creation date.
//std::string CreationDateTime = "2009-10-30 09:15:16"; //\todo: get the date+time creation date.
std::string CreationDateTime = m_HeaderFileInfo.m_CreationDate;

GoDBImgSessionRow myNewImgSession;

Expand Down

0 comments on commit af529d3

Please sign in to comment.