Molekel is an open-source multi-platform molecular visualization program based on vtk. It's very useful in computational chemistry. I've tested it for a long time and no problems found. OBS-URL: https://build.opensuse.org/request/show/108252 OBS-URL: https://build.opensuse.org/package/show/science/molekel?expand=0&rev=1
12 lines
309 B
Diff
12 lines
309 B
Diff
--- src/utility/shaders/Shaders.cpp.old 2011-01-26 12:56:06.164562079 +0000
|
|
+++ src/utility/shaders/Shaders.cpp 2011-01-26 12:56:30.837312610 +0000
|
|
@@ -23,7 +23,7 @@
|
|
#include <string>
|
|
#include "../System.h"
|
|
#include "GLSLShaderException.h"
|
|
-
|
|
+#include <cstdio>
|
|
#include <iostream>
|
|
|
|
using namespace std;
|