Skip to content

Commit

Permalink
revert oops to develop, code norm
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Sep 8, 2023
1 parent 90c20b4 commit d6550e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if(BUILD_GDASBUNDLE)
ecbuild_bundle( PROJECT gsw GIT "https://github.com/jcsda-internal/GSW-Fortran.git" BRANCH develop )

# Core JEDI repositories
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda-internal/oops.git" BRANCH feature/fsdivide-skipabort-noci)
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" BRANCH develop)
ecbuild_bundle( PROJECT vader GIT "https://github.com/jcsda/vader.git" BRANCH develop )
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" BRANCH develop )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" BRANCH develop )
Expand Down
1 change: 0 additions & 1 deletion utils/soca/gdas_postprocincr.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class PostProcIncr {
lvc.changeVarTraj(xTraj, socaIncrVar_);
lvc.changeVarTL(socaIncr, socaIncrVar_);
oops::Log::info() << "$%^#& in var change:" << socaIncr << std::endl;
//return socaIncr;
}

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit d6550e4

Please sign in to comment.