Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding migration process equivalent to Stock Synthesis 3 #427

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Taking away test to see if that will fix things.
SamikDatta committed Oct 2, 2024
commit 65c0f6402c0d2f217c1a04526c2fb54b229cdc90
129 changes: 0 additions & 129 deletions CASAL2/source/Selectivities/Common/MigrationSS3.Test.cpp

This file was deleted.

14 changes: 7 additions & 7 deletions CASAL2/source/Version.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE
#ifndef VERSION_H_
#define VERSION_H_
#define VERSION "24.06 (2024-06-27)"
#define VERSION "24.10 (2024-10-02)"
#define SOURCE_REPOS "git@github.com:NIWAFisheriesModelling/CASAL2.git:add_mig_ss3"
#define VERSION_NUMBER "24.06"
#define SOURCE_CONTROL_REVISION 1def7e25a905ab3c1d84e75f0b21403ceeffe679
#define SOURCE_CONTROL_DATE "2024-06-27"
#define VERSION_NUMBER "24.10"
#define SOURCE_CONTROL_REVISION 2b3f968cda82c7b9f30645174401584219f5b4d2
#define SOURCE_CONTROL_DATE "2024-10-02"
#define SOURCE_CONTROL_YEAR "2024"
#define SOURCE_CONTROL_MONTH "June"
#define SOURCE_CONTROL_TIME "23:09:11"
#define SOURCE_CONTROL_VERSION "2024-06-27 23:09:11 UTC (rev. 1def7e25a)"
#define SOURCE_CONTROL_MONTH "October"
#define SOURCE_CONTROL_TIME "20:15:50"
#define SOURCE_CONTROL_VERSION "2024-10-02 20:15:50 UTC (rev. 2b3f968cd)"
#endif
14 changes: 7 additions & 7 deletions Documentation/UserManual/Version.tex
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
% WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE
\newcommand{\Version}{24.06 (2024-06-27)}
\newcommand{\Version}{24.10 (2024-10-02)}
\newcommand{\SourceRepos}{git@github.com:NIWAFisheriesModelling/CASAL2.git:add_mig_ss3}
\newcommand{\VersionNumber}{24.06}
\newcommand{\SourceControlRevision}{1def7e25a905ab3c1d84e75f0b21403ceeffe679}
\newcommand{\SourceControlDateDoc}{2024-06-27}
\newcommand{\VersionNumber}{24.10}
\newcommand{\SourceControlRevision}{2b3f968cda82c7b9f30645174401584219f5b4d2}
\newcommand{\SourceControlDateDoc}{2024-10-02}
\newcommand{\SourceControlYearDoc}{2024}
\newcommand{\SourceControlMonthDoc}{June}
\newcommand{\SourceControlTimeDoc}{23:09:11}
\newcommand{\SourceControlVersion}{2024-06-27 23:09:11 UTC (rev. 1def7e25a)}
\newcommand{\SourceControlMonthDoc}{October}
\newcommand{\SourceControlTimeDoc}{20:15:50}
\newcommand{\SourceControlVersion}{2024-10-02 20:15:50 UTC (rev. 2b3f968cd)}
14 changes: 7 additions & 7 deletions R-libraries/Version.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE
Version<-"24.06 (2024-06-27)"
Version<-"24.10 (2024-10-02)"
SourceRepos<-"git@github.com:NIWAFisheriesModelling/CASAL2.git:add_mig_ss3"
VersionNumber<-"24.06"
SourceControlRevision<-"1def7e25a905ab3c1d84e75f0b21403ceeffe679"
SourceControlDateDoc<-"2024-06-27"
VersionNumber<-"24.10"
SourceControlRevision<-"2b3f968cda82c7b9f30645174401584219f5b4d2"
SourceControlDateDoc<-"2024-10-02"
SourceControlYearDoc<-"2024"
SourceControlMonthDoc<-"June"
SourceControlTimeDoc<-"23:09:11"
SourceControlVersion<-"2024-06-27 23:09:11 UTC (rev. 1def7e25a)"
SourceControlMonthDoc<-"October"
SourceControlTimeDoc<-"20:15:50"
SourceControlVersion<-"2024-10-02 20:15:50 UTC (rev. 2b3f968cd)"