mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
--Code changes
-Remove some debug printing.
This commit is contained in:
parent
cf4a7be7cd
commit
83d109c282
@ -1634,7 +1634,7 @@ bool XmlToEmber<T>::ParseEmberElement(xmlNode* emberNode, Ember<T>& currentEmber
|
||||
}
|
||||
else if (!Compare(curAtt->name, "overall_curve"))
|
||||
{
|
||||
cout << "found overall curves\n";
|
||||
//cout << "found overall curves\n";
|
||||
auto splits = Split(attStr, ' ');
|
||||
istringstream is(attStr);
|
||||
vector<v2F> vals;
|
||||
@ -1657,7 +1657,7 @@ bool XmlToEmber<T>::ParseEmberElement(xmlNode* emberNode, Ember<T>& currentEmber
|
||||
}
|
||||
else if (!Compare(curAtt->name, "red_curve"))
|
||||
{
|
||||
cout << "found red curves\n";
|
||||
//cout << "found red curves\n";
|
||||
auto splits = Split(attStr, ' ');
|
||||
istringstream is(attStr);
|
||||
vector<v2F> vals;
|
||||
@ -1680,7 +1680,7 @@ bool XmlToEmber<T>::ParseEmberElement(xmlNode* emberNode, Ember<T>& currentEmber
|
||||
}
|
||||
else if (!Compare(curAtt->name, "green_curve"))
|
||||
{
|
||||
cout << "found green curves\n";
|
||||
//cout << "found green curves\n";
|
||||
auto splits = Split(attStr, ' ');
|
||||
istringstream is(attStr);
|
||||
vector<v2F> vals;
|
||||
@ -1703,7 +1703,7 @@ bool XmlToEmber<T>::ParseEmberElement(xmlNode* emberNode, Ember<T>& currentEmber
|
||||
}
|
||||
else if (!Compare(curAtt->name, "blue_curve"))
|
||||
{
|
||||
cout << "found blue curves\n";
|
||||
//cout << "found blue curves\n";
|
||||
auto splits = Split(attStr, ' ');
|
||||
istringstream is(attStr);
|
||||
vector<v2F> vals;
|
||||
|
@ -11,7 +11,7 @@ FRACTORIUM_PACKAGE=$BUILD_PATH/../Bin/Fractorium
|
||||
FRACTORIUM_RPM_PACKAGE=$BUILD_PATH/../Bin/rpmbuild
|
||||
EXTRA_LIBS=/usr/lib/x86_64-linux-gnu
|
||||
|
||||
# replace 5.12.2 by your QT version, and check if the instation path is the same
|
||||
# replace 5.12.2 by your QT version, and check if the bin path is the same
|
||||
QT_PATH=/home/$USER/Dev/Qt/5.11.2/gcc_64/bin
|
||||
|
||||
LINUX_DEPLOY_QT=/home/$USER/Dev/linuxdeployqt-6-x86_64.AppImage
|
||||
|
Loading…
Reference in New Issue
Block a user