Skip to content
Snippets Groups Projects
Commit f87bd4a7 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

one more fix

parent c44a0591
No related branches found
No related tags found
No related merge requests found
......@@ -351,33 +351,6 @@
},
"transparency": 0.0
},
{
"ambient": {
"B": 0.20000000298023224,
"G": 0.20000000298023224,
"R": 0.20000000298023224
},
"diffuse": {
"B": 0.800000011920929,
"G": 0.800000011920929,
"R": 0.800000011920929
},
"emissive": {
"B": 0.0,
"G": 0.0,
"R": 0.0
},
"name": [
"DEFAULT"
],
"shininess": 0.20000000298023224,
"specular": {
"B": 0.0,
"G": 0.0,
"R": 0.0
},
"transparency": 0.0
},
{
"ambient": {
"B": 0.20000000298023224,
......
......@@ -260,7 +260,6 @@ DetVisAttributes::DetVisAttributes() {
for (const std::string & s : locations ) {
std::string userFile=s+std::string("gmexDetVisAttributes.json");
if (access(userFile.c_str(),R_OK)==0) {
std::cout << userFile << std::endl;
std::ifstream in(userFile);
auto j=json::parse(in);
for (const json & element : j["DetVisAttributes"]) {
......@@ -308,7 +307,6 @@ MatVisAttributes::MatVisAttributes() {
for (const std::string & s : locations ) {
std::string userFile=s+std::string("gmexMatVisAttributes.json");
if (access(userFile.c_str(),R_OK)==0) {
std::cout << userFile << std::endl;
std::ifstream in(userFile);
auto j=json::parse(in);
for (const json & element : j["MatVisAttributes"]) {
......@@ -350,7 +348,6 @@ VolVisAttributes::VolVisAttributes() {
for (const std::string & s : locations ) {
std::string userFile=s+std::string("gmexVolVisAttributes.json");
if (access(userFile.c_str(),R_OK)==0) {
std::cout << userFile << std::endl;
std::ifstream in(userFile);
auto j=json::parse(in);
for (const json & element : j["VolVisAttributes"]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment