Skip to content

Commit

Permalink
SpringSaLaD species context spec SQL table
Browse files Browse the repository at this point in the history
Bug with inverted columns
  • Loading branch information
danv61 committed Nov 14, 2023
1 parent 9e15793 commit 4040367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class SpeciesContextSpecTable extends cbit.sql.Table {

private final Field fields[] = {specContextRef,simContextRef,bEnableDif,bForceConst,bForceIndep,initCondExp,diffRateExp,
boundaryXmExp,boundaryXpExp,boundaryYmExp,boundaryYpExp,boundaryZmExp,boundaryZpExp,initCondCountExp,
velocityXExp, velocityYExp, velocityZExp, bWellMixed, bForceContinuous, siteAttributesSpecs, internalLinks};
velocityXExp, velocityYExp, velocityZExp, bWellMixed, bForceContinuous, internalLinks, siteAttributesSpecs};

public static final SpeciesContextSpecTable table = new SpeciesContextSpecTable();
/**
Expand Down

0 comments on commit 4040367

Please sign in to comment.