Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lattice-dehomogenization
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Samuel Hayden
lattice-dehomogenization
Commits
bedbb785
Commit
bedbb785
authored
1 year ago
by
samuel.hayden
Browse files
Options
Downloads
Patches
Plain Diff
Commit updated filters
parent
0927c213
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LatticeDehomogenization/LatticeDehomogenization.vcxproj
+2
-0
2 additions, 0 deletions
LatticeDehomogenization/LatticeDehomogenization.vcxproj
LatticeDehomogenization/LatticeDehomogenization.vcxproj.filters
+2
-0
2 additions, 0 deletions
...eDehomogenization/LatticeDehomogenization.vcxproj.filters
with
4 additions
and
0 deletions
LatticeDehomogenization/LatticeDehomogenization.vcxproj
+
2
−
0
View file @
bedbb785
...
...
@@ -100,9 +100,11 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude
Include=
"src\inputParsing\DetermineLatticeType.h"
/>
<ClInclude
Include=
"src\ErrorCodes.h"
/>
<ClInclude
Include=
"src\inputParsing\ParseInputFile.h"
/>
<ClInclude
Include=
"src\lattice\BuildLattice.h"
/>
<ClInclude
Include=
"src\lattice\LatticeData.h"
/>
<ClInclude
Include=
"src\lattice\SimpleLatticeBuilder.h"
/>
<ClInclude
Include=
"src\unitcells\UnitCellBCC.h"
/>
<ClInclude
Include=
"src\unitcells\UnitCellBuilder.h"
/>
</ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
LatticeDehomogenization/LatticeDehomogenization.vcxproj.filters
+
2
−
0
View file @
bedbb785
...
...
@@ -24,7 +24,9 @@
<ClInclude
Include=
"src\unitcells\UnitCellBuilder.h"
>
<Filter>
unitcells
</Filter>
</ClInclude>
<ClInclude
Include=
"src\ErrorCodes.h"
/>
<ClInclude
Include=
"src\inputParsing\DetermineLatticeType.h"
/>
<ClInclude
Include=
"src\lattice\SimpleLatticeBuilder.h"
/>
<ClInclude
Include=
"src\lattice\LatticeData.h"
/>
</ItemGroup>
<ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment