Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alta
alta
Commits
2d67a399
Commit
2d67a399
authored
Jun 23, 2014
by
Laurent Belcour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating export scripts and configuration files for windows.
Corrected a small bug in the brdf2gnuplot interface.
parent
82057e51
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configs/scons/config-windows-cl.py
configs/scons/config-windows-cl.py
+1
-1
sources/scripts/generate-alpha.sh
sources/scripts/generate-alpha.sh
+1
-1
sources/softs/brdf2gnuplot/main.cpp
sources/softs/brdf2gnuplot/main.cpp
+1
-1
No files found.
configs/scons/config-windows-cl.py
View file @
2d67a399
...
...
@@ -23,7 +23,7 @@ PLUGIN_LIB = ['core']
## OpenMP flags
##
OPENMP_FLAG
=
[]
OPENMP_FLAG
=
[
'/openmp'
]
OPENMP_LIB
=
[]
...
...
sources/scripts/generate-alpha.sh
View file @
2d67a399
...
...
@@ -7,11 +7,11 @@ cd ../alta-alpha
# Remove unecessary parts (data, retro plugins, ...)
rm
-rf
data
rm
-rf
papers
rm
-rf
external/quadprog++-v2
rm
-rf
sources/tests
rm
-rf
sources/matlab
rm
-rf
sources/xml
rm
-rf
sources/scripts/unitary
*
rm
-rf
sources/external/quadprog++-v2
rm
-rf
sources/plugins/
*
retro
*
rm
-rf
sources/plugins/shifted_gamma_function
rm
-rf
sources/plugins/rational_fitter_parsec_
*
...
...
sources/softs/brdf2gnuplot/main.cpp
View file @
2d67a399
...
...
@@ -67,7 +67,7 @@ int main(int argc, char** argv)
// Load a data file
if
(
args
.
is_defined
(
"data"
)
||
args
.
is_defined
(
"
in-data
"
))
if
(
args
.
is_defined
(
"data"
)
||
args
.
is_defined
(
"
data-file
"
))
{
ptr
<
data
>
d
=
plugins_manager
::
get_data
(
args
[
"data"
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment